aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strdup.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-08-03 13:57:30 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-08-03 13:57:30 +0000
commit68e1685c25cab6c29e4250f592c39f47996776af (patch)
tree7d83ff852ff8dd6c7ca2fcaa610ab933590eba72 /man3/strdup.3
parent97c1eac86f435d7feeef158417941751e7bd7a15 (diff)
downloadman-pages-68e1685c25cab6c29e4250f592c39f47996776af.tar.gz
Updated CONFORMING TO section
Diffstat (limited to 'man3/strdup.3')
-rw-r--r--man3/strdup.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/strdup.3 b/man3/strdup.3
index d6012368a9..8b659f95cf 100644
--- a/man3/strdup.3
+++ b/man3/strdup.3
@@ -68,7 +68,8 @@ string, or NULL if insufficient memory was available.
Insufficient memory available to allocate duplicate string.
.SH "CONFORMING TO"
.\" 4.3BSD-Reno, not (first) 4.3BSD.
-SVID 3, 4.3BSD.
+.BR strdup ()
+conforms to SVr4, 4.3BSD, POSIX.1-2001.
\fBstrndup\fP(), \fBstrdupa\fP(), and \fBstrndupa\fP() are GNU extensions.
.SH "SEE ALSO"
.BR alloca (3),