diff options
author | schwarze <> | 2013-07-17 05:42:11 +0000 |
---|---|---|
committer | schwarze <> | 2013-07-17 05:42:11 +0000 |
commit | 4b53de201263bbbd9fd134e5421cc76f71efc7a0 (patch) | |
tree | 1bff90672102daa74b4c8c43df1fd0cfed8a3d5b /src/lib/libc/string/strcat.3 | |
parent | 6a03a0e711f1c22f3ae595477488d226f9296df0 (diff) | |
download | openbsd-4b53de201263bbbd9fd134e5421cc76f71efc7a0.tar.gz openbsd-4b53de201263bbbd9fd134e5421cc76f71efc7a0.tar.bz2 openbsd-4b53de201263bbbd9fd134e5421cc76f71efc7a0.zip |
more library history
facts checked by sobrado@
style tweaks and ok jmc@
Diffstat (limited to 'src/lib/libc/string/strcat.3')
-rw-r--r-- | src/lib/libc/string/strcat.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libc/string/strcat.3 b/src/lib/libc/string/strcat.3 index 79302dba04..6b5e4003b6 100644 --- a/src/lib/libc/string/strcat.3 +++ b/src/lib/libc/string/strcat.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: strcat.3,v 1.14 2013/06/05 03:39:23 tedu Exp $ | 1 | .\" $OpenBSD: strcat.3,v 1.15 2013/07/17 05:42:11 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. | 3 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -31,7 +31,7 @@ | |||
31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
32 | .\" SUCH DAMAGE. | 32 | .\" SUCH DAMAGE. |
33 | .\" | 33 | .\" |
34 | .Dd $Mdocdate: June 5 2013 $ | 34 | .Dd $Mdocdate: July 17 2013 $ |
35 | .Dt STRCAT 3 | 35 | .Dt STRCAT 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -135,7 +135,9 @@ functions conform to | |||
135 | .Sh HISTORY | 135 | .Sh HISTORY |
136 | The | 136 | The |
137 | .Fn strcat | 137 | .Fn strcat |
138 | and | 138 | function first appeared in the Programmer's Workbench (PWB/UNIX) |
139 | and was ported to | ||
140 | .At v7 ; | ||
139 | .Fn strncat | 141 | .Fn strncat |
140 | functions first appeared in | 142 | first appeared in |
141 | .At v7 . | 143 | .At v7 . |