summaryrefslogtreecommitdiff
path: root/src/lib/libc/string
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string')
-rw-r--r--src/lib/libc/string/memccpy.35
-rw-r--r--src/lib/libc/string/strcasecmp.35
-rw-r--r--src/lib/libc/string/strdup.35
-rw-r--r--src/lib/libc/string/strmode.35
-rw-r--r--src/lib/libc/string/strsep.35
5 files changed, 15 insertions, 10 deletions
diff --git a/src/lib/libc/string/memccpy.3 b/src/lib/libc/string/memccpy.3
index 2fabd2f5ea..c2e15b1405 100644
--- a/src/lib/libc/string/memccpy.3
+++ b/src/lib/libc/string/memccpy.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: memccpy.3,v 1.3 1997/08/20 04:09:39 millert Exp $ 1.\" $OpenBSD: memccpy.3,v 1.4 1998/06/15 17:55:09 mickey 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.
@@ -71,4 +71,5 @@ bytes are copied, and a NULL pointer is returned.
71.Sh HISTORY 71.Sh HISTORY
72The 72The
73.Fn memccpy 73.Fn memccpy
74function first appeared in 4.4BSD. 74function first appeared in
75.Bx 4.4 .
diff --git a/src/lib/libc/string/strcasecmp.3 b/src/lib/libc/string/strcasecmp.3
index e098ff4e41..52a13055ee 100644
--- a/src/lib/libc/string/strcasecmp.3
+++ b/src/lib/libc/string/strcasecmp.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strcasecmp.3,v 1.3 1997/08/20 04:13:56 millert Exp $ 1.\" $OpenBSD: strcasecmp.3,v 1.4 1998/06/15 17:55:11 mickey 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.
@@ -85,4 +85,5 @@ The
85.Fn strcasecmp 85.Fn strcasecmp
86and 86and
87.Fn strncasecmp 87.Fn strncasecmp
88functions first appeared in 4.4BSD. 88functions first appeared in
89.Bx 4.4 .
diff --git a/src/lib/libc/string/strdup.3 b/src/lib/libc/string/strdup.3
index 04ec042d00..77bbb5a21b 100644
--- a/src/lib/libc/string/strdup.3
+++ b/src/lib/libc/string/strdup.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strdup.3,v 1.4 1997/08/20 04:18:51 millert Exp $ 1.\" $OpenBSD: strdup.3,v 1.5 1998/06/15 17:55:12 mickey 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.
@@ -64,4 +64,5 @@ If insufficient memory is available, NULL is returned.
64.Sh HISTORY 64.Sh HISTORY
65The 65The
66.Fn strdup 66.Fn strdup
67function first appeared in 4.4BSD. 67function first appeared in
68.Bx 4.4 .
diff --git a/src/lib/libc/string/strmode.3 b/src/lib/libc/string/strmode.3
index 4dbbdd0957..3db953704d 100644
--- a/src/lib/libc/string/strmode.3
+++ b/src/lib/libc/string/strmode.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strmode.3,v 1.5 1998/05/04 02:00:05 deraadt Exp $ 1.\" $OpenBSD: strmode.3,v 1.6 1998/06/15 17:55:13 mickey 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.
@@ -148,4 +148,5 @@ always returns 0.
148.Sh HISTORY 148.Sh HISTORY
149The 149The
150.Fn strmode 150.Fn strmode
151function first appeared in 4.4BSD. 151function first appeared in
152.Bx 4.4 .
diff --git a/src/lib/libc/string/strsep.3 b/src/lib/libc/string/strsep.3
index 471e693ecc..5af262a074 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.3 1997/08/20 04:28:13 millert Exp $ 1.\" $OpenBSD: strsep.3,v 1.4 1998/06/15 17:55:14 mickey 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.
@@ -106,4 +106,5 @@ two adjacent delimiter characters, or to be used for more than a single
106string at a time. 106string at a time.
107The 107The
108.Fn strsep 108.Fn strsep
109function first appeared in 4.4BSD. 109function first appeared in
110.Bx 4.4 .