stpcpy.3: CONFORMING TO: stpcpy() is nowadays on the BSDs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-02-03 10:20:02 +13:00
parent 13300ad0bb
commit 822002bd96
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH STPCPY 3 1995-09-03 "GNU" "Linux Programmer's Manual"
.TH STPCPY 3 2009-02-04 "GNU" "Linux Programmer's Manual"
.SH NAME
stpcpy \- copy a string returning a pointer to its end
.SH SYNOPSIS
@ -50,6 +50,7 @@ rather than the beginning.
This function is not part of the C or POSIX.1 standards, and is
not customary on Unix systems, but is not a GNU invention either.
Perhaps it comes from MS-DOS.
Nowadays, it is also present on the BSDs.
.SH EXAMPLE
For example, this program uses
.BR stpcpy ()