summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcoll.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/strcoll.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/strcoll.3')
-rw-r--r--lib/libc/string/strcoll.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strcoll.3 b/lib/libc/string/strcoll.3
index ae245d7dbbd..79cfb138eec 100644
--- a/lib/libc/string/strcoll.3
+++ b/lib/libc/string/strcoll.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strcoll.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: strcoll.3,v 1.9 2003/08/07 16:43:50 agc Exp $
+.\" $NetBSD: strcoll.3,v 1.10 2006/10/16 08:48:45 wiz Exp $
.\"
.Dd June 4, 1993
.Dt STRCOLL 3
@@ -48,7 +48,7 @@
The
.Fn strcoll
function
-lexicographically compares the null-terminated strings
+lexicographically compares the nul-terminated strings
.Fa s1
and
.Fa s2