Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/lib/libc/string Pull up rev. 1.8 to netbsd-1-5 branch, ...



details:   https://anonhg.NetBSD.org/src/rev/b7d85a46361e
branches:  netbsd-1-5
changeset: 489557:b7d85a46361e
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Thu Sep 28 16:00:59 2000 +0000

description:
Pull up rev. 1.8 to netbsd-1-5 branch, OK'd by thorpej:
 > The 'delim' argument is const, document it as such.

diffstat:

 lib/libc/string/strsep.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 7c98a071104a -r b7d85a46361e lib/libc/string/strsep.3
--- a/lib/libc/string/strsep.3  Thu Sep 28 15:53:18 2000 +0000
+++ b/lib/libc/string/strsep.3  Thu Sep 28 16:00:59 2000 +0000
@@ -33,7 +33,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)strsep.3     8.1 (Berkeley) 6/9/93
-.\"    $NetBSD: strsep.3,v 1.7 1998/02/05 18:50:55 perry Exp $
+.\"    $NetBSD: strsep.3,v 1.7.10.1 2000/09/28 16:00:59 hubertf Exp $
 .\"
 .Dd June 9, 1993
 .Dt STRSEP 3
@@ -46,7 +46,7 @@
 .Sh SYNOPSIS
 .Fd #include <string.h>
 .Ft char *
-.Fn strsep "char **stringp" "char *delim"
+.Fn strsep "char **stringp" "const char *delim"
 .Sh DESCRIPTION
 The
 .Fn strsep



Home | Main Index | Thread Index | Old Index