]> Savannah Git Hosting - gnulib.git/commitdiff
sethostname: Fix documentation.
authorBruno Haible <bruno@clisp.org>
Sun, 4 Dec 2011 14:47:27 +0000 (15:47 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Dec 2011 14:47:27 +0000 (15:47 +0100)
* doc/glibc-functions/sethostname.texi: Move the Solaris problem to the
"not fixed" section.

ChangeLog
doc/glibc-functions/sethostname.texi

index 429b80ce6b0890a794f979fbc4273e11e466a134..0bd5d06293486a3d45e71f4ce0b0d8f525d56f6d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-12-04  Bruno Haible  <bruno@clisp.org>
+
+       sethostname: Fix documentation.
+       * doc/glibc-functions/sethostname.texi: Move the Solaris problem to the
+       "not fixed" section.
+
 2011-12-03  Bruno Haible  <bruno@clisp.org>
 
        gnulib-tool: Verify that the License field is present and non-empty.
index 1d2c9ed2a1162f5f2b30f3602c1f69c5086fc2cf..b5afec81ac9196859e76785b130a98cd31b845a6 100644 (file)
@@ -13,12 +13,12 @@ Note that the Gnulib replacement may fail with ENOSYS on some platforms.
 @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