summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorschwarze <>2014-02-23 23:09:34 +0000
committerschwarze <>2014-02-23 23:09:34 +0000
commitfc9cdf81c5d40102231f7514d66658f928139594 (patch)
treefa3425009689eeff291649621db1baeeb185ff12 /src/lib
parent045de5396e0685a70b08e825bf0ae839d6c62f30 (diff)
downloadopenbsd-fc9cdf81c5d40102231f7514d66658f928139594.tar.gz
openbsd-fc9cdf81c5d40102231f7514d66658f928139594.tar.bz2
openbsd-fc9cdf81c5d40102231f7514d66658f928139594.zip
in HISTORY, say where this actually came from;
ok deraadt@ bentley@
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/string/stpcpy.312
1 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/libc/string/stpcpy.3 b/src/lib/libc/string/stpcpy.3
index cb74942afa..973eebecdd 100644
--- a/src/lib/libc/string/stpcpy.3
+++ b/src/lib/libc/string/stpcpy.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: stpcpy.3,v 1.5 2013/09/25 21:50:18 millert Exp $ 1.\" $OpenBSD: stpcpy.3,v 1.6 2014/02/23 23:09:34 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: September 25 2013 $ 34.Dd $Mdocdate: February 23 2014 $
35.Dt STPCPY 3 35.Dt STPCPY 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -174,9 +174,11 @@ and
174functions conform to 174functions conform to
175.St -p1003.1-2008 . 175.St -p1003.1-2008 .
176.Sh HISTORY 176.Sh HISTORY
177The 177The function
178.Fn stpcpy 178.Fn stpcpy
179and 179first appeared in the Lattice C AmigaDOS compiler (1986 or earlier).
180The function
180.Fn stpncpy 181.Fn stpncpy
181functions first appeared in 182first appeared in the GNU C library version 1.07 (1993).
183Both functions have been available since
182.Ox 5.1 . 184.Ox 5.1 .