diff options
| author | schwarze <> | 2014-02-23 23:09:34 +0000 | 
|---|---|---|
| committer | schwarze <> | 2014-02-23 23:09:34 +0000 | 
| commit | 2d56df9fd2f6fec6042cae8f61e95154cfdbcd3a (patch) | |
| tree | fa3425009689eeff291649621db1baeeb185ff12 /src | |
| parent | da3120dd388a79fbfd0feeb6419947b29fcee754 (diff) | |
| download | openbsd-2d56df9fd2f6fec6042cae8f61e95154cfdbcd3a.tar.gz openbsd-2d56df9fd2f6fec6042cae8f61e95154cfdbcd3a.tar.bz2 openbsd-2d56df9fd2f6fec6042cae8f61e95154cfdbcd3a.zip | |
in HISTORY, say where this actually came from;
ok deraadt@ bentley@
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libc/string/stpcpy.3 | 12 | 
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 | |||
| 174 | functions conform to | 174 | functions conform to | 
| 175 | .St -p1003.1-2008 . | 175 | .St -p1003.1-2008 . | 
| 176 | .Sh HISTORY | 176 | .Sh HISTORY | 
| 177 | The | 177 | The function | 
| 178 | .Fn stpcpy | 178 | .Fn stpcpy | 
| 179 | and | 179 | first appeared in the Lattice C AmigaDOS compiler (1986 or earlier). | 
| 180 | The function | ||
| 180 | .Fn stpncpy | 181 | .Fn stpncpy | 
| 181 | functions first appeared in | 182 | first appeared in the GNU C library version 1.07 (1993). | 
| 183 | Both functions have been available since | ||
| 182 | .Ox 5.1 . | 184 | .Ox 5.1 . | 
