isatty.3: CONFORMING TO: add POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 10:16:12 +02:00
parent b1da9a544c
commit eb03aa70ae
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ is not a valid file descriptor.
.B EINVAL
.I fd
refers to a file other than a terminal.
POSIX.1-2001 specifies the error
POSIX.1 specifies the error
.BR ENOTTY
.\" FIXME . File a bug for this?
for this case.
@ -72,7 +72,7 @@ T{
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
SVr4, 4.3BSD, POSIX.1-2001.
POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD.
.SH SEE ALSO
.BR fstat (2),
.BR ttyname (3)