Remove some bugs, that no longer seen to be true in glibc 2.8.

This commit is contained in:
Michael Kerrisk 2008-09-23 10:46:24 +02:00
parent 837f7a82d3
commit a2610398b8
2 changed files with 21 additions and 13 deletions

View File

@ -67,3 +67,7 @@ tsearch.3
Add use of tdestroy to example program. Add use of tdestroy to example program.
mtk mtk
Add "#define _GNU_SOURCE" to example program. Add "#define _GNU_SOURCE" to example program.
services.5
mtk
Remove some out of date bugs.

View File

@ -187,19 +187,23 @@ The Internet network services list
.I <netdb.h> .I <netdb.h>
Definition of Definition of
.B _PATH_SERVICES .B _PATH_SERVICES
.SH BUGS .\" .SH BUGS
There is a maximum of 35 aliases, due to the way the .\" It's not clear when/if the following was ever true;
.BR getservent (3) .\" it isn't true for glibc 2.8:
code is written. .\" There is a maximum of 35 aliases, due to the way the
.\" .BR getservent (3)
Lines longer than .\" code is written.
.B BUFSIZ .\"
(currently 1024) characters will be ignored by .\" It's not clear when/if the following was ever true;
.BR getservent (3), .\" it isn't true for glibc 2.8:
.BR getservbyname (3), .\" Lines longer than
and .\" .B BUFSIZ
.BR getservbyport (3). .\" (currently 1024) characters will be ignored by
However, this will also cause the next line to be mis-parsed. .\" .BR getservent (3),
.\" .BR getservbyname (3),
.\" and
.\" .BR getservbyport (3).
.\" However, this will also cause the next line to be mis-parsed.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR listen (2), .BR listen (2),
.BR endservent (3), .BR endservent (3),