diff options
| author | wiz <wiz@NetBSD.org> | 2006-10-16 08:48:45 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2006-10-16 08:48:45 +0000 |
| commit | 1a64d82da5bc129cc68f0719e7f18fb075f6247a (patch) | |
| tree | 9bed6db34c1c483a79322f31c59f61dfc111851b /lib/libc/string/strcasecmp.3 | |
| parent | aba3ac5c7320e086e8a7d48af9503e42a516b69e (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.3 | 4 |
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 |
