ptsname.4: 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:45:16 +02:00
parent 71871bea29
commit 6a86b10193
1 changed files with 2 additions and 1 deletions

View File

@ -92,10 +92,11 @@ T{
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
POSIX.1-2001, POSIX.1-2008.
.BR ptsname ()
is part of the UNIX 98 pseudoterminal support (see
.BR pts (4)).
This function is specified in POSIX.1-2001.
.BR ptsname_r ()
is a Linux extension.