changeset 13011:37630f6e084b

getusershell: Fix documentation.
author Bruno Haible <bruno@clisp.org>
date Fri, 19 Mar 2010 23:25:27 +0100
parents 23b6d428ea53
children 98d47593c330
files ChangeLog doc/glibc-functions/endusershell.texi doc/glibc-functions/setusershell.texi
diffstat 3 files changed, 19 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-03-19  Bruno Haible  <bruno@clisp.org>
 
+	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.
--- 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
--- 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