aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strdup.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-07-18 15:05:56 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-07-18 15:05:56 +0000
commitb14d4aa5b88ad73faab7da19682606c6af8adf79 (patch)
treebeba0b1db0e33fd701ce1cc7daf998cd474cfad1 /man3/strdup.3
parent880f5b4bc39386da3a4315644519bd7b5c438d6c (diff)
downloadman-pages-b14d4aa5b88ad73faab7da19682606c6af8adf79.tar.gz
Classical BSD versions are now always named x.yBSD (formerly
there was a mix of x.yBSD and BSD x.y).
Diffstat (limited to 'man3/strdup.3')
-rw-r--r--man3/strdup.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/strdup.3 b/man3/strdup.3
index b15db54f2d..9c85d777e8 100644
--- a/man3/strdup.3
+++ b/man3/strdup.3
@@ -67,8 +67,8 @@ string, or NULL if insufficient memory was available.
.B ENOMEM
Insufficient memory available to allocate duplicate string.
.SH "CONFORMING TO"
-.\" 4.3BSD-Reno, not (first) BSD 4.3.
-SVID 3, BSD 4.3.
+.\" 4.3BSD-Reno, not (first) 4.3BSD.
+SVID 3, 4.3BSD.
\fBstrndup()\fP, \fBstrdupa()\fP, and \fBstrndupa()\fP are GNU extensions.
.SH "SEE ALSO"
.BR alloca (3),