X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fstrdup.texi;h=f654a3ce87c9ae12caf83bda273ea30766cd6544;hb=1184458d513a6fe25c609fe642d1ccf8c159ac00;hp=4f30f452318a024664c4a5ebe14d2ba15ab2b008;hpb=c08b54301dff7bfc0c091f7888227ecf1f02223e;p=gnulib.git diff --git a/doc/posix-functions/strdup.texi b/doc/posix-functions/strdup.texi index 4f30f4523..f654a3ce8 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. +mingw, MSVC 9. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize @end itemize