diff options
author | cloder <> | 2005-02-25 03:12:44 +0000 |
---|---|---|
committer | cloder <> | 2005-02-25 03:12:44 +0000 |
commit | 67e61f91527f9a7cd6b9a16b0cd90dd56607d505 (patch) | |
tree | d9de936ffc7fa9289c7b7f61b1db414900ba94fa /src/lib/libc/string/bstring.3 | |
parent | 52fef3b7d084fa9e2d0ac9187917b0ede8d9d58d (diff) | |
download | openbsd-67e61f91527f9a7cd6b9a16b0cd90dd56607d505.tar.gz openbsd-67e61f91527f9a7cd6b9a16b0cd90dd56607d505.tar.bz2 openbsd-67e61f91527f9a7cd6b9a16b0cd90dd56607d505.zip |
Be correct in our man pages when talking about NUL termination (that is,
termination with '\0') vs. null termination.
Input from krw@, jaredy@, jmc@. OK deraadt@
Diffstat (limited to 'src/lib/libc/string/bstring.3')
-rw-r--r-- | src/lib/libc/string/bstring.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/bstring.3 b/src/lib/libc/string/bstring.3 index d33a3c1e79..bcb5ac98fc 100644 --- a/src/lib/libc/string/bstring.3 +++ b/src/lib/libc/string/bstring.3 | |||
@@ -27,7 +27,7 @@ | |||
27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
28 | .\" SUCH DAMAGE. | 28 | .\" SUCH DAMAGE. |
29 | .\" | 29 | .\" |
30 | .\" $OpenBSD: bstring.3,v 1.6 2004/02/10 14:35:35 jmc Exp $ | 30 | .\" $OpenBSD: bstring.3,v 1.7 2005/02/25 03:12:44 cloder Exp $ |
31 | .\" | 31 | .\" |
32 | .Dd April 19, 1991 | 32 | .Dd April 19, 1991 |
33 | .Dt BSTRING 3 | 33 | .Dt BSTRING 3 |
@@ -57,7 +57,7 @@ | |||
57 | .Fn memset "void *b" "int c" "size_t len" | 57 | .Fn memset "void *b" "int c" "size_t len" |
58 | .Sh DESCRIPTION | 58 | .Sh DESCRIPTION |
59 | These functions operate on variable length strings of bytes. | 59 | These functions operate on variable length strings of bytes. |
60 | They do not check for terminating null bytes as the routines | 60 | They do not check for terminating NUL bytes as the routines |
61 | listed in | 61 | listed in |
62 | .Xr string 3 | 62 | .Xr string 3 |
63 | do. | 63 | do. |