Browse Source

2nd param is const

OPENBSD_3_1
deraadt 22 years ago
parent
commit
9462d0d22b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/string/strsep.3

+ 2
- 2
src/lib/libc/string/strsep.3 View File

@ -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 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -45,7 +45,7 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <string.h> .Fd #include <string.h>
.Ft char * .Ft char *
.Fn strsep "char **stringp" "char *delim"
.Fn strsep "char **stringp" "const char *delim"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Fn strsep .Fn strsep


Loading…
Cancel
Save