summaryrefslogtreecommitdiff
path: root/lib/libc/string/strpbrk.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strpbrk.3')
-rw-r--r--lib/libc/string/strpbrk.316
1 files changed, 12 insertions, 4 deletions
diff --git a/lib/libc/string/strpbrk.3 b/lib/libc/string/strpbrk.3
index 9d6c676c8d9..9e13c42ad08 100644
--- a/lib/libc/string/strpbrk.3
+++ b/lib/libc/string/strpbrk.3
@@ -1,3 +1,5 @@
+.\" $OpenBSD: strpbrk.3,v 1.9 2011/07/25 00:38:53 schwarze Exp $
+.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -29,9 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strpbrk.3,v 1.8 2007/05/31 19:19:32 jmc Exp $
-.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: July 25 2011 $
.Dt STRPBRK 3
.Os
.Sh NAME
@@ -64,9 +64,17 @@ returns
.Xr strsep 3 ,
.Xr strspn 3 ,
.Xr strstr 3 ,
-.Xr strtok 3
+.Xr strtok 3 ,
+.Xr wcspbrk 3
.Sh STANDARDS
The
.Fn strpbrk
function conforms to
.St -ansiC .
+.Sh HISTORY
+The
+.Fn strpbrk
+function first appeared in
+.At III
+and was reimplemented for
+.Bx 4.3 Tahoe .