diff options
Diffstat (limited to 'src/lib/libc/string')
-rw-r--r-- | src/lib/libc/string/memccpy.3 | 5 | ||||
-rw-r--r-- | src/lib/libc/string/strcasecmp.3 | 5 | ||||
-rw-r--r-- | src/lib/libc/string/strdup.3 | 5 | ||||
-rw-r--r-- | src/lib/libc/string/strmode.3 | 5 | ||||
-rw-r--r-- | src/lib/libc/string/strsep.3 | 5 |
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 |
72 | The | 72 | The |
73 | .Fn memccpy | 73 | .Fn memccpy |
74 | function first appeared in 4.4BSD. | 74 | function 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 |
86 | and | 86 | and |
87 | .Fn strncasecmp | 87 | .Fn strncasecmp |
88 | functions first appeared in 4.4BSD. | 88 | functions 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 |
65 | The | 65 | The |
66 | .Fn strdup | 66 | .Fn strdup |
67 | function first appeared in 4.4BSD. | 67 | function 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 |
149 | The | 149 | The |
150 | .Fn strmode | 150 | .Fn strmode |
151 | function first appeared in 4.4BSD. | 151 | function 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 | |||
106 | string at a time. | 106 | string at a time. |
107 | The | 107 | The |
108 | .Fn strsep | 108 | .Fn strsep |
109 | function first appeared in 4.4BSD. | 109 | function first appeared in |
110 | .Bx 4.4 . | ||