]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Avoid the potentially confusing term "a null pointer" and say "the NULL
authorTim Vanderhoek <hoek@FreeBSD.org>
Tue, 28 Dec 1999 14:47:00 +0000 (14:47 +0000)
committerTim Vanderhoek <hoek@FreeBSD.org>
Tue, 28 Dec 1999 14:47:00 +0000 (14:47 +0000)
commit1ec6c24405fac08d4a4513142afc06e7bc4f5257
tree04c9412bc9a6552b9d6833cb4b8bb17cf667c3d1
parentb91cc296c80c695b5075f64b6ba97e5e1ba27167
Avoid the potentially confusing term "a null pointer" and say "the NULL
pointer" instead.  The potential confusion arises because the string/*.3
pages use the term "null-terminated string" (which is permissable).  Moreover,
this also makes these two manpages more consistent with the other string/*.3
manpages.
lib/libc/string/strrchr.3
lib/libc/string/strtok.3