summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strsep.3
diff options
context:
space:
mode:
authorderaadt <>2001-11-21 14:32:45 +0000
committerderaadt <>2001-11-21 14:32:45 +0000
commitbaf103050bed8b455a434ead03efd0ea07742829 (patch)
treea98904ba294ff7fda1c2dd2c511c9240f86bd7d1 /src/lib/libc/string/strsep.3
parentc50b5ef591cf54cb0c947a4befe6fc2bebc04040 (diff)
downloadopenbsd-baf103050bed8b455a434ead03efd0ea07742829.tar.gz
openbsd-baf103050bed8b455a434ead03efd0ea07742829.tar.bz2
openbsd-baf103050bed8b455a434ead03efd0ea07742829.zip
2nd param is const
Diffstat (limited to 'src/lib/libc/string/strsep.3')
-rw-r--r--src/lib/libc/string/strsep.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strsep.3 b/src/lib/libc/string/strsep.3
index 33cb2803c5..848dab1eb3 100644
--- a/src/lib/libc/string/strsep.3
+++ b/src/lib/libc/string/strsep.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strsep.3,v 1.9 2001/06/14 20:38:38 aaron Exp $ 1.\" $OpenBSD: strsep.3,v 1.10 2001/11/21 14:32:45 deraadt Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991, 1993 3.\" Copyright (c) 1990, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -45,7 +45,7 @@
45.Sh SYNOPSIS 45.Sh SYNOPSIS
46.Fd #include <string.h> 46.Fd #include <string.h>
47.Ft char * 47.Ft char *
48.Fn strsep "char **stringp" "char *delim" 48.Fn strsep "char **stringp" "const char *delim"
49.Sh DESCRIPTION 49.Sh DESCRIPTION
50The 50The
51.Fn strsep 51.Fn strsep