summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-04-03 12:14:13 +0200
committerBruno Haible <bruno@clisp.org>2010-04-03 12:14:49 +0200
commit95149e988f6f8a20ca5815e22fd2e05f4826c97b (patch)
tree717a7009bfe4dc01d25298f51524ce46a3aae681 /doc
parent564c0b8fe3dab3ec5bd5d2cb47133435853b15c5 (diff)
downloadgnulib-95149e988f6f8a20ca5815e22fd2e05f4826c97b.tar.gz
Update doc regarding mingw.
Diffstat (limited to 'doc')
-rw-r--r--doc/glibc-functions/forkpty.texi5
-rw-r--r--doc/glibc-functions/login_tty.texi5
-rw-r--r--doc/glibc-functions/openpty.texi5
3 files changed, 12 insertions, 3 deletions
diff --git a/doc/glibc-functions/forkpty.texi b/doc/glibc-functions/forkpty.texi
index d12eaaa1b4..998057b147 100644
--- a/doc/glibc-functions/forkpty.texi
+++ b/doc/glibc-functions/forkpty.texi
@@ -8,7 +8,7 @@ Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, mingw.
+AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10.
@item
One some systems (at least including Cygwin, Interix, OSF/1 4 and 5,
and Mac OS X) linking with @code{-lutil} is not required.
@@ -27,4 +27,7 @@ FreeBSD, Cygwin 1.7.1.
Portability problems not fixed by Gnulib:
@itemize
+@item
+This function is missing on some platforms:
+mingw.
@end itemize
diff --git a/doc/glibc-functions/login_tty.texi b/doc/glibc-functions/login_tty.texi
index 26382de901..5312313d48 100644
--- a/doc/glibc-functions/login_tty.texi
+++ b/doc/glibc-functions/login_tty.texi
@@ -8,7 +8,7 @@ Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, mingw.
+AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10.
@item
This function requires linking with @code{-lutil} on some platforms:
glibc 2.3.6, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8.
@@ -19,6 +19,9 @@ MacOS X 10.3, OSF/1 5.1, Cygwin, Interix 3.5.
Portability problems not fixed by Gnulib:
@itemize
@item
+This function is missing on some platforms:
+mingw.
+@item
This function is declared in @code{<utmp.h>} on glibc, Cygwin,
in @code{<util.h>} on MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8,
in @code{<libutil.h>} on FreeBSD 6.0, Haiku, and not declared at all
diff --git a/doc/glibc-functions/openpty.texi b/doc/glibc-functions/openpty.texi
index 6e1135cbce..31fdca0097 100644
--- a/doc/glibc-functions/openpty.texi
+++ b/doc/glibc-functions/openpty.texi
@@ -8,7 +8,7 @@ Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, mingw.
+AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10.
@item
One some systems (at least including Cygwin, Interix, OSF/1 4 and 5,
and Mac OS X) linking with @code{-lutil} is not required.
@@ -27,4 +27,7 @@ FreeBSD, Cygwin 1.7.1.
Portability problems not fixed by Gnulib:
@itemize
+@item
+This function is missing on some platforms:
+mingw.
@end itemize