From 4236d4df71bfbe73b62196b2bd64a5f007eb684a Mon Sep 17 00:00:00 2001 From: hubertf Date: Thu, 28 Sep 2000 03:18:35 +0000 Subject: The 'delim' argument is const, document it as such. --- lib/libc/string/strsep.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/string') 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 .Ft char * -.Fn strsep "char **stringp" "char *delim" +.Fn strsep "char **stringp" "const char *delim" .Sh DESCRIPTION The .Fn strsep -- cgit