aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strdup.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 06:54:38 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 06:54:38 +0000
commite511ffb6bcaa9a584412a95e602435827e302033 (patch)
tree79a5a572acdc2e97d1ea0640b3a63f567e1a00a8 /man3/strdup.3
parentce9cb96e16485875d545897d73ec8378d6a7cf67 (diff)
downloadman-pages-e511ffb6bcaa9a584412a95e602435827e302033.tar.gz
Automated addition of parentheses by add_parens_for_own_funcs.sh
Diffstat (limited to 'man3/strdup.3')
-rw-r--r--man3/strdup.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strdup.3 b/man3/strdup.3
index 9c85d777e8..e19c03cf68 100644
--- a/man3/strdup.3
+++ b/man3/strdup.3
@@ -55,7 +55,7 @@ The \fBstrndup()\fP function is similar, but only copies at most
\fIn\fP characters. If \fIs\fP is longer than \fIn\fP, only \fIn\fP
characters are copied, and a terminating NUL is added.
-\fBstrdupa\fP and \fBstrndupa\fP are similar, but use \fBalloca(3)\fP
+\fBstrdupa\fP() and \fBstrndupa\fP() are similar, but use \fBalloca(3)\fP
to allocate the buffer. They are only available when using the GNU
GCC suite, and suffer from the same limitations described in \fBalloca(3)\fP.