Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/string NUL byte instead of null byte.
details: https://anonhg.NetBSD.org/src/rev/624f9f98e935
branches: trunk
changeset: 332496:624f9f98e935
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Sep 24 18:43:21 2014 +0000
description:
NUL byte instead of null byte.
diffstat:
lib/libc/string/strstr.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 9a70693e77b9 -r 624f9f98e935 lib/libc/string/strstr.3
--- a/lib/libc/string/strstr.3 Wed Sep 24 18:32:10 2014 +0000
+++ b/lib/libc/string/strstr.3 Wed Sep 24 18:43:21 2014 +0000
@@ -31,7 +31,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strstr.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: strstr.3,v 1.11 2014/09/24 18:16:37 christos Exp $
+.\" $NetBSD: strstr.3,v 1.12 2014/09/24 18:43:21 wiz Exp $
.\"
.Dd September 24, 2014
.Dt STRSTR 3
@@ -66,7 +66,7 @@
The
.Fn strnstr
function
-locates the first occurrence of the null-terminated string
+locates the first occurrence of the NUL-terminated string
.Fa little
in the string
.Fa big ,
Home |
Main Index |
Thread Index |
Old Index