diff options
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/strcat.3 | 10 | ||||
-rw-r--r-- | lib/libc/string/strcmp.3 | 10 | ||||
-rw-r--r-- | lib/libc/string/strcpy.3 | 10 | ||||
-rw-r--r-- | lib/libc/string/strlen.3 | 7 |
4 files changed, 22 insertions, 15 deletions
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3 index 79302dba04c..6b5e4003b63 100644 --- a/lib/libc/string/strcat.3 +++ b/lib/libc/string/strcat.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strcat.3,v 1.14 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: strcat.3,v 1.15 2013/07/17 05:42:11 schwarze Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 17 2013 $ .Dt STRCAT 3 .Os .Sh NAME @@ -135,7 +135,9 @@ functions conform to .Sh HISTORY The .Fn strcat -and +function first appeared in the Programmer's Workbench (PWB/UNIX) +and was ported to +.At v7 ; .Fn strncat -functions first appeared in +first appeared in .At v7 . diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3 index 156021b08c9..63dc7fed2d0 100644 --- a/lib/libc/string/strcmp.3 +++ b/lib/libc/string/strcmp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strcmp.3,v 1.13 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: strcmp.3,v 1.14 2013/07/17 05:42:11 schwarze Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 17 2013 $ .Dt STRCMP 3 .Os .Sh NAME @@ -89,7 +89,9 @@ functions conform to .Sh HISTORY The .Fn strcmp -and +function first appeared in the Programmer's Workbench (PWB/UNIX) +and was ported to +.At v7 ; .Fn strncmp -functions first appeared in +first appeared in .At v7 . diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index 11f996a4ea4..409f4c61d4f 100644 --- a/lib/libc/string/strcpy.3 +++ b/lib/libc/string/strcpy.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strcpy.3,v 1.17 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: strcpy.3,v 1.18 2013/07/17 05:42:11 schwarze Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 17 2013 $ .Dt STRCPY 3 .Os .Sh NAME @@ -156,7 +156,9 @@ functions conform to .Sh HISTORY The .Fn strcpy -and +function first appeared in the Programmer's Workbench (PWB/UNIX) +and was ported to +.At v7 ; .Fn strncpy -functions first appeared in +first appeared in .At v7 . diff --git a/lib/libc/string/strlen.3 b/lib/libc/string/strlen.3 index 4d416e200a8..5428627abb6 100644 --- a/lib/libc/string/strlen.3 +++ b/lib/libc/string/strlen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strlen.3,v 1.11 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: strlen.3,v 1.12 2013/07/17 05:42:11 schwarze Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 17 2013 $ .Dt STRLEN 3 .Os .Sh NAME @@ -95,7 +95,8 @@ functions conform to .Sh HISTORY The .Fn strlen -function first appeared in +function first appeared in the Programmer's Workbench (PWB/UNIX) +and was ported to .At v7 . The .Fn strnlen |