diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-15 17:56:22 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-15 17:56:22 +0000 |
commit | 33f7f2e34d508785540fc8dadf2a8a7303a45e99 (patch) | |
tree | d262d8069024a25c13baa593dd2ff79fa7790371 /lib/libc/string | |
parent | ff83242d9a39a3161efb0280a988cb64b6133022 (diff) |
use Bx macro for BSD versions
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/memccpy.3 | 5 | ||||
-rw-r--r-- | lib/libc/string/strcasecmp.3 | 5 | ||||
-rw-r--r-- | lib/libc/string/strdup.3 | 5 | ||||
-rw-r--r-- | lib/libc/string/strmode.3 | 5 | ||||
-rw-r--r-- | lib/libc/string/strsep.3 | 5 |
5 files changed, 15 insertions, 10 deletions
diff --git a/lib/libc/string/memccpy.3 b/lib/libc/string/memccpy.3 index 2fabd2f5eab..c2e15b1405d 100644 --- a/lib/libc/string/memccpy.3 +++ b/lib/libc/string/memccpy.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: memccpy.3,v 1.3 1997/08/20 04:09:39 millert Exp $ +.\" $OpenBSD: memccpy.3,v 1.4 1998/06/15 17:55:09 mickey Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -71,4 +71,5 @@ bytes are copied, and a NULL pointer is returned. .Sh HISTORY The .Fn memccpy -function first appeared in 4.4BSD. +function first appeared in +.Bx 4.4 . diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3 index e098ff4e413..52a13055ee5 100644 --- a/lib/libc/string/strcasecmp.3 +++ b/lib/libc/string/strcasecmp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strcasecmp.3,v 1.3 1997/08/20 04:13:56 millert Exp $ +.\" $OpenBSD: strcasecmp.3,v 1.4 1998/06/15 17:55:11 mickey Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -85,4 +85,5 @@ The .Fn strcasecmp and .Fn strncasecmp -functions first appeared in 4.4BSD. +functions first appeared in +.Bx 4.4 . diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3 index 04ec042d00c..77bbb5a21b7 100644 --- a/lib/libc/string/strdup.3 +++ b/lib/libc/string/strdup.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strdup.3,v 1.4 1997/08/20 04:18:51 millert Exp $ +.\" $OpenBSD: strdup.3,v 1.5 1998/06/15 17:55:12 mickey Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -64,4 +64,5 @@ If insufficient memory is available, NULL is returned. .Sh HISTORY The .Fn strdup -function first appeared in 4.4BSD. +function first appeared in +.Bx 4.4 . diff --git a/lib/libc/string/strmode.3 b/lib/libc/string/strmode.3 index 4dbbdd09573..3db953704d4 100644 --- a/lib/libc/string/strmode.3 +++ b/lib/libc/string/strmode.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strmode.3,v 1.5 1998/05/04 02:00:05 deraadt Exp $ +.\" $OpenBSD: strmode.3,v 1.6 1998/06/15 17:55:13 mickey Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -148,4 +148,5 @@ always returns 0. .Sh HISTORY The .Fn strmode -function first appeared in 4.4BSD. +function first appeared in +.Bx 4.4 . diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3 index 471e693ecc9..5af262a074e 100644 --- a/lib/libc/string/strsep.3 +++ b/lib/libc/string/strsep.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strsep.3,v 1.3 1997/08/20 04:28:13 millert Exp $ +.\" $OpenBSD: strsep.3,v 1.4 1998/06/15 17:55:14 mickey Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" 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 string at a time. The .Fn strsep -function first appeared in 4.4BSD. +function first appeared in +.Bx 4.4 . |