diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-08-04 09:41:28 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-08-04 09:41:28 +0000 |
commit | 9d9dc1e854349658748bb323b23f631ffbdde987 (patch) | |
tree | 1a0c1d8618e7e46c0698001d39f88bea72a713d1 /man3/stpcpy.3 | |
parent | e49f411f3154746ca89f8425887c5d8b0604a6b6 (diff) |
Updated CONFORMING TO and/or standards references
Diffstat (limited to 'man3/stpcpy.3')
-rw-r--r-- | man3/stpcpy.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/stpcpy.3 b/man3/stpcpy.3 index 4d5938ac..1da9b2b6 100644 --- a/man3/stpcpy.3 +++ b/man3/stpcpy.3 @@ -59,7 +59,7 @@ For example, this program uses \fBstpcpy\fP() to concatenate \fBfoo\fP and } .fi .SH "CONFORMING TO" -This function is not part of the ANSI or POSIX standards, and is +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. .SH "SEE ALSO" |