summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strrchr.3
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1999-12-28 14:47:00 +0000
committerhoek <hoek@FreeBSD.org>1999-12-28 14:47:00 +0000
commitff58456bafedde9aac0eb81d46b84ba3c2ab4644 (patch)
tree327a757863be3099aed49807266b9f28202dd4ac /lib/libc/string/strrchr.3
parente4beaa24b29347849b4a8aa495c8b7a243a9716a (diff)
downloadFreeBSD-src-ff58456bafedde9aac0eb81d46b84ba3c2ab4644.zip
FreeBSD-src-ff58456bafedde9aac0eb81d46b84ba3c2ab4644.tar.gz
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.
Diffstat (limited to 'lib/libc/string/strrchr.3')
-rw-r--r--lib/libc/string/strrchr.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strrchr.3 b/lib/libc/string/strrchr.3
index c44996a..99f46d6 100644
--- a/lib/libc/string/strrchr.3
+++ b/lib/libc/string/strrchr.3
@@ -67,7 +67,7 @@ The
.Fn strrchr
function
returns a pointer to the character,
-or a null
+or the NULL
pointer if
.Fa c
does not occur anywhere in
OpenPOWER on IntegriCloud