# HG changeset patch # User Bruno Haible # Date 1269037527 -3600 # Node ID 37630f6e084b110e29c132c3f1ecae4716cff057 # Parent 23b6d428ea5348ea668efa7c46b3192893028002 getusershell: Fix documentation. diff --git a/ChangeLog b/ChangeLog --- 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 --- 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 --- 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