X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fstrdup.texi;h=6988cc2a73d9be47f11e584f41cb374b52b355fa;hb=e4d07a05390c21a9df213e014efeaf6704593879;hp=4f30f452318a024664c4a5ebe14d2ba15ab2b008;hpb=c08b54301dff7bfc0c091f7888227ecf1f02223e;p=gnulib.git diff --git a/doc/posix-functions/strdup.texi b/doc/posix-functions/strdup.texi index 4f30f4523..6988cc2a7 100644 --- a/doc/posix-functions/strdup.texi +++ b/doc/posix-functions/strdup.texi @@ -2,11 +2,11 @@ @section @code{strdup} @findex strdup -POSIX specification: @url{http://www.opengroup.org/susv3xsh/strdup.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strdup.html} -Gnulib module: strdup +Gnulib module: strdup or strdup-posix -Portability problems fixed by Gnulib: +Portability problems fixed by either Gnulib module @code{strdup} or @code{strdup-posix}: @itemize @item This function is missing on some old platforms. @@ -14,10 +14,14 @@ This function is missing on some old platforms. This function has no prototype in @code{} on some old platforms. @end itemize -Portability problems not fixed by Gnulib: +Portability problems fixed by Gnulib module @code{strdup-posix}: @itemize @item Upon failure, the function does not set @code{errno} to @code{ENOMEM} on some platforms: mingw. @end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize