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 19987777512f6ca273b5e7e0f1abfa589ca765fc..26a5c552b3bdfb76a22bab274cdb55e422903255 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 4e6884b93eff683549c9017a98dade0ad5e74b23..65a3fa1a3bf27b32c8b2f2dfc2f57862ce3d635d 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