socket.7:srcfix: Added FIXMEs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-01-19 01:43:43 +01:00
parent db3e674548
commit 8cf1b72a81
1 changed files with 12 additions and 2 deletions

View File

@ -13,6 +13,16 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added notes on capability requirements
.\" A few small grammar fixes
.\" FIXME
.\" The following are not yet documented:
.\" SO_PEERNAME
.\" SO_TIMESTAMPNS
.\" SO_MARK
.\" SO_TIMESTAMPING
.\" SO_PROTOCOL
.\" SO_DOMAIN
.\" SO_RXQ_OVFL
.\" SO_
.\"
.TH SOCKET 7 2008-12-03 Linux "Linux Programmer's Manual"
.SH NAME
@ -710,8 +720,8 @@ socket options
.B SO_ATTACH_FILTER
and
.B SO_DETACH_FILTER
are
not documented.
.\" FIXME Document SO_ATTACH_FILTER and SO_DETACH_FILTER
are not documented.
The suggested interface to use them is via the libpcap
library.
.\" .SH AUTHORS