From: Bruno Haible Date: Fri, 19 Mar 2010 22:25:27 +0000 (+0100) Subject: getusershell: Fix documentation. X-Git-Tag: v0.1~4476 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=018c479dbba9e4102eb7e61b744f3b9d1e31df0f;p=gnulib.git getusershell: Fix documentation. --- diff --git a/ChangeLog b/ChangeLog index 61add04f0..bac7b1a83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-03-19 Bruno Haible + getusershell: Fix documentation. + * doc/glibc-functions/endusershell.texi: Refer to the getusershell + module. + * doc/glibc-functions/setusershell.texi: Likewise. + getusershell: Provide declaration, missing on Solaris 9. * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL. diff --git a/doc/glibc-functions/endusershell.texi b/doc/glibc-functions/endusershell.texi index 5f7f788e2..2fcdacc7a 100644 --- a/doc/glibc-functions/endusershell.texi +++ b/doc/glibc-functions/endusershell.texi @@ -2,15 +2,18 @@ @subsection @code{endusershell} @findex endusershell -Gnulib module: --- +Gnulib module: getusershell Portability problems fixed by Gnulib: @itemize +@item +This function is missing on some platforms: +AIX 4.3.2, IRIX 6.5, mingw, Interix 3.5, BeOS. +@item +This function is missing a declaration on some platforms: +Solaris 9. @end itemize Portability problems not fixed by Gnulib: @itemize -@item -This function is missing on some platforms: -AIX 4.3.2, IRIX 6.5, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/glibc-functions/setusershell.texi b/doc/glibc-functions/setusershell.texi index 2978bfee5..f7f0c73fd 100644 --- a/doc/glibc-functions/setusershell.texi +++ b/doc/glibc-functions/setusershell.texi @@ -2,15 +2,18 @@ @subsection @code{setusershell} @findex setusershell -Gnulib module: --- +Gnulib module: getusershell Portability problems fixed by Gnulib: @itemize +@item +This function is missing on some platforms: +AIX 4.3.2, IRIX 6.5, mingw, Interix 3.5, BeOS. +@item +This function is missing a declaration on some platforms: +Solaris 9. @end itemize Portability problems not fixed by Gnulib: @itemize -@item -This function is missing on some platforms: -AIX 4.3.2, IRIX 6.5, mingw, Interix 3.5, BeOS. @end itemize