pty: Update doc.
authorBruno Haible <bruno@clisp.org>
Sat, 3 Apr 2010 10:37:54 +0000 (12:37 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 3 Apr 2010 10:37:54 +0000 (12:37 +0200)
ChangeLog
doc/glibc-headers/pty.texi

index 1998777..26a5c55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-04-03  Bruno Haible  <bruno@clisp.org>
 
+       pty: Update doc.
+       * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
+
+2010-04-03  Bruno Haible  <bruno@clisp.org>
+
        unistd: Fix C++ test error on mingw.
        * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
 
index 4e6884b..65a3fa1 100644 (file)
@@ -25,11 +25,14 @@ This header file is missing on some platforms that declare the
 @code{forkpty} and @code{openpty} functions in @code{util.h} or
 @code{libutil.h} instead: MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0,
 OpenBSD 3.8.
+@item
+This header file is missing on some platforms:
+AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, BeOS.
 @end itemize
 
 Portability problems not fixed by Gnulib:
 @itemize
 @item
 This header file is missing on some platforms:
-AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, mingw, BeOS.
+mingw.
 @end itemize