summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcasecmp.3
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2006-10-16 08:48:45 +0000
committerwiz <wiz@NetBSD.org>2006-10-16 08:48:45 +0000
commit1a64d82da5bc129cc68f0719e7f18fb075f6247a (patch)
tree9bed6db34c1c483a79322f31c59f61dfc111851b /lib/libc/string/strcasecmp.3
parentaba3ac5c7320e086e8a7d48af9503e42a516b69e (diff)
nul/null/NULL cleanup:
when talking about characters/bytes, use "nul" and "nul-terminate" when talking about pointers, use "null pointer" or ".Dv NULL"
Diffstat (limited to 'lib/libc/string/strcasecmp.3')
-rw-r--r--lib/libc/string/strcasecmp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3
index 7f918a3d54b..c38b2b52352 100644
--- a/lib/libc/string/strcasecmp.3
+++ b/lib/libc/string/strcasecmp.3
@@ -28,7 +28,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strcasecmp.3 8.1 (Berkeley) 6/9/93
-.\" $NetBSD: strcasecmp.3,v 1.16 2003/08/07 16:43:49 agc Exp $
+.\" $NetBSD: strcasecmp.3,v 1.17 2006/10/16 08:48:45 wiz Exp $
.\"
.Dd June 9, 1993
.Dt STRCASECMP 3
@@ -51,7 +51,7 @@ The
and
.Fn strncasecmp
functions
-compare the null-terminated strings
+compare the nul-terminated strings
.Fa s1
and
.Fa s2