socket.2: BUGS: Remove discussion SOCK_UUCP

As time goes on, this sentence becomes less a piece of humor,
and more a puzzle.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-01-19 22:25:34 +13:00
parent 762c2446e8
commit 523c1b2c03
1 changed files with 1 additions and 4 deletions

View File

@ -38,7 +38,7 @@
.\" Modified 2002-07-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH SOCKET 2 2008-10-11 "Linux" "Linux Programmer's Manual"
.TH SOCKET 2 2009-01-19 "Linux" "Linux Programmer's Manual"
.SH NAME
socket \- create an endpoint for communication
.SH SYNOPSIS
@ -379,9 +379,6 @@ families.
However, already the BSD man page promises: "The protocol
family generally is the same as the address family", and subsequent
standards use AF_* everywhere.
.SH BUGS
.B SOCK_UUCP
is not implemented yet.
.SH EXAMPLE
An example of the use of
.BR socket ()