X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fgetpwnam_r.texi;h=515199e762b8512f00f54c003028148aa04237fb;hb=a5e49274c570061dcf3d8153138392f5e4a6b8f7;hp=91b6ca21557a15a35bb53a982212daee9f60166c;hpb=309fac666a372897d6ffd18b624684cd64bb4f3c;p=gnulib.git diff --git a/doc/posix-functions/getpwnam_r.texi b/doc/posix-functions/getpwnam_r.texi index 91b6ca215..515199e76 100644 --- a/doc/posix-functions/getpwnam_r.texi +++ b/doc/posix-functions/getpwnam_r.texi @@ -2,7 +2,7 @@ @section @code{getpwnam_r} @findex getpwnam_r -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpwnam_r.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpwnam_r.html} Gnulib module: extensions @@ -10,12 +10,12 @@ Portability problems fixed by Gnulib: @itemize @item This function has an incompatible declaration on some platforms: -Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined). +Solaris 11 2010-11 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined). @end itemize Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -OpenBSD 3.8, mingw, BeOS. +OpenBSD 3.8, Minix 3.1.8, mingw, BeOS. @end itemize