summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcmp.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/strcmp.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/strcmp.3')
-rw-r--r--lib/libc/string/strcmp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3
index db9dfe545bf..bcafe26ca31 100644
--- a/lib/libc/string/strcmp.3
+++ b/lib/libc/string/strcmp.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strcmp.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: strcmp.3,v 1.12 2003/08/07 16:43:49 agc Exp $
+.\" $NetBSD: strcmp.3,v 1.13 2006/10/16 08:48:45 wiz Exp $
.\"
.Dd June 4, 1993
.Dt STRCMP 3
@@ -53,7 +53,7 @@ The
and
.Fn strncmp
functions
-lexicographically compare the null-terminated strings
+lexicographically compare the nul-terminated strings
.Fa s1
and
.Fa s2 .