]> git.ipfire.org Git - thirdparty/man-pages.git/commit - man3/stpncpy.3
gets.3, mbtowc.3, printf.3, puts.3, scanf.3, stpcpy.3, stpncpy.3, strcat.3, strlen...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 28 Sep 2011 04:16:17 +0000 (06:16 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 28 Sep 2011 04:20:52 +0000 (06:20 +0200)
commit71d9e7ae77e74475825e2850c1daef779b51f978
treefd4ac0cd38c5852ddb8aaa7beaccbbb1b53f34fc
parente9c23bc636426366d659809bc99cd84661e86464
gets.3, mbtowc.3, printf.3, puts.3, scanf.3, stpcpy.3, stpncpy.3, strcat.3, strlen.3, strnlen.3, strsep.3, strstr.3, strxfrm.3, utmp.5: Global fix: consistent use of "null byte"

Bring more consistency to the discussion of
"[terminating] null byte"
by writing (at least in the initial use in a page)
"[terminating] null byte ('\0')".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
14 files changed:
man3/gets.3
man3/mbtowc.3
man3/printf.3
man3/puts.3
man3/scanf.3
man3/stpcpy.3
man3/stpncpy.3
man3/strcat.3
man3/strlen.3
man3/strnlen.3
man3/strsep.3
man3/strstr.3
man3/strxfrm.3
man5/utmp.5