# HG changeset patch # User Bruno Haible # Date 1323010047 -3600 # Node ID 03dcd25a20a4aeec2bc12fd29d8323a7ec7b4cad # Parent 04717ea7c36594246e353ff5e1e37f7b267ee378 sethostname: Fix documentation. * doc/glibc-functions/sethostname.texi: Move the Solaris problem to the "not fixed" section. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-12-04 Bruno Haible + + sethostname: Fix documentation. + * doc/glibc-functions/sethostname.texi: Move the Solaris problem to the + "not fixed" section. + 2011-12-03 Bruno Haible gnulib-tool: Verify that the License field is present and non-empty. diff --git a/doc/glibc-functions/sethostname.texi b/doc/glibc-functions/sethostname.texi --- a/doc/glibc-functions/sethostname.texi +++ b/doc/glibc-functions/sethostname.texi @@ -13,12 +13,12 @@ @item This function is not declared on some platforms: AIX 7.1, OSF/1 5.1, Solaris 10. -@item -On Solaris 10, the first argument is @code{char *} instead of -@code{const char *} and the second parameter is @code{int} instead of -@code{size_t}. @end itemize Portability problems not fixed by Gnulib: @itemize +@item +On Solaris 11 2010-11, the first argument is @code{char *} instead of +@code{const char *} and the second parameter is @code{int} instead of +@code{size_t}. @end itemize