From baf103050bed8b455a434ead03efd0ea07742829 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 21 Nov 2001 14:32:45 +0000 Subject: 2nd param is const --- src/lib/libc/string/strsep.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 @@ -.\" $OpenBSD: strsep.3,v 1.9 2001/06/14 20:38:38 aaron Exp $ +.\" $OpenBSD: strsep.3,v 1.10 2001/11/21 14:32:45 deraadt Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -45,7 +45,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 v1.2.3-55-g6feb