summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-07-06 06:54:32 +0200
committerBruno Haible <bruno@clisp.org>2019-07-06 06:54:32 +0200
commitc3566f958ea970cfc500272118481e3743a669d5 (patch)
tree4c211d5ea6e9d5c88d24022e65a34f4a535c5971
parent2dfd36adb22e96781272f5d6eaa34b5b02116172 (diff)
downloadgnulib-c3566f958ea970cfc500272118481e3743a669d5.tar.gz
doc: Remove documentation of Interix as a supported platform.
-rw-r--r--doc/glibc-functions/forkpty.texi4
-rw-r--r--doc/glibc-functions/openpty.texi4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/glibc-functions/forkpty.texi b/doc/glibc-functions/forkpty.texi
index 4e9b8f0e30..c3e658437b 100644
--- a/doc/glibc-functions/forkpty.texi
+++ b/doc/glibc-functions/forkpty.texi
@@ -23,13 +23,13 @@ Portability problems fixed by Gnulib:
This function is missing on some platforms:
Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.3, Android 5.1.
@item
-One some systems (at least including Cygwin, Interix, OSF/1 4 and 5,
+One some systems (at least including Cygwin, OSF/1 4 and 5,
and Mac OS X) linking with @code{-lutil} is not required.
@item
On glibc, OpenBSD, NetBSD and FreeBSD linking with @code{-lutil} is
required.
@item
-The function is declared in pty.h on Cygwin, Interix, OSF/1 4 and 5,
+The function is declared in pty.h on Cygwin, OSF/1 4 and 5,
and glibc. It is declared in util.h on Mac OS X, OpenBSD and NetBSD.
It is declared in libutil.h on FreeBSD.
@item
diff --git a/doc/glibc-functions/openpty.texi b/doc/glibc-functions/openpty.texi
index e93b823595..8032ce827b 100644
--- a/doc/glibc-functions/openpty.texi
+++ b/doc/glibc-functions/openpty.texi
@@ -23,13 +23,13 @@ Portability problems fixed by Gnulib:
This function is missing on some platforms:
AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.3, Android 5.1.
@item
-One some systems (at least including Cygwin, Interix, OSF/1 4 and 5,
+One some systems (at least including Cygwin, OSF/1 4 and 5,
and Mac OS X) linking with @code{-lutil} is not required.
@item
On glibc, OpenBSD, NetBSD and FreeBSD linking with @code{-lutil} is
required.
@item
-The function is declared in pty.h on Cygwin, Interix, OSF/1 4 and 5,
+The function is declared in pty.h on Cygwin, OSF/1 4 and 5,
and glibc. It is declared in util.h on Mac OS X, OpenBSD and NetBSD.
It is declared in libutil.h on FreeBSD.
@item