openpty.3: Explicitly note that these functions are not in POSIX

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-06-13 03:47:33 +02:00
parent 49c32f8f9c
commit 8b3f5f5989
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@
.\"
.\" Added -lutil remark, 030718
.\"
.TH OPENPTY 3 2010-02-05 "GNU" "Linux Programmer's Manual"
.TH OPENPTY 3 2010-06-13 "GNU" "Linux Programmer's Manual"
.SH NAME
openpty, login_tty, forkpty \- tty utility functions
.SH SYNOPSIS
@ -147,6 +147,7 @@ or
fails.
.SH "CONFORMING TO"
These are BSD functions, present in libc5 and glibc2.
They are not standardized in POSIX.
.SH NOTES
The
.B const