openpty.3: srcfix: remove redundant comment from source

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-06-13 03:43:44 +02:00
parent 671c2ab44b
commit ba65815c96
1 changed files with 0 additions and 4 deletions

View File

@ -148,10 +148,6 @@ fails.
.SH "CONFORMING TO"
These are BSD functions, present in libc5 and glibc2.
.SH NOTES
.\" These functions are included in libutil, hence you'll need to add
.\" .B \-lutil
.\" to your compiler command line.
.\"
In versions of glibc before 2.0.92,
.BR openpty ()
returns file descriptors for a BSD pseudo-terminal pair;