diff options
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/strsep.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3 index 98db29aea2a..0cc3e56bb8e 100644 --- a/lib/libc/string/strsep.3 +++ b/lib/libc/string/strsep.3 @@ -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.8 2000/09/28 03:18:35 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 |
