summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>2000-09-28 03:18:35 +0000
committerhubertf <hubertf@NetBSD.org>2000-09-28 03:18:35 +0000
commit4236d4df71bfbe73b62196b2bd64a5f007eb684a (patch)
tree151702d8e1b17a9faeda6551fa5cd1de3051d99b /lib/libc/string
parentaf7ddd3659e712d5ac8b82d95a9d27498fda4b00 (diff)
The 'delim' argument is const, document it as such.
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strsep.34
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