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/bstring.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/bstring.3')
| -rw-r--r-- | lib/libc/string/bstring.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/bstring.3 b/lib/libc/string/bstring.3 index 756d00d1b5b..fd6a92fe293 100644 --- a/lib/libc/string/bstring.3 +++ b/lib/libc/string/bstring.3 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)bstring.3 8.1 (Berkeley) 6/4/93 -.\" $NetBSD: bstring.3,v 1.9 2003/08/07 16:43:47 agc Exp $ +.\" $NetBSD: bstring.3,v 1.10 2006/10/16 08:48:45 wiz Exp $ .\" .Dd June 4, 1993 .Dt BSTRING 3 @@ -68,7 +68,7 @@ .Fn memset "void *b" "int c" "size_t len" .Sh DESCRIPTION These functions operate on variable length strings of bytes. -They do not check for terminating null bytes as the routines +They do not check for terminating nul bytes as the routines listed in .Xr string 3 do. |
