changeset 13117:a071b99c37a8

pty: Update doc.
author Bruno Haible <bruno@clisp.org>
date Sat, 03 Apr 2010 12:37:54 +0200
parents c640b8d7b6fc
children 1bdb4545f2ef
files ChangeLog doc/glibc-headers/pty.texi
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/doc/glibc-headers/pty.texi
+++ b/doc/glibc-headers/pty.texi
@@ -25,11 +25,14 @@
 @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