]> git.ipfire.org Git - thirdparty/man-pages.git/commit
socket.7: Document SO_PEEK_OFF option
authorPavel Emelyanov <xemul@parallels.com>
Wed, 17 Apr 2013 06:20:29 +0000 (08:20 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 19 Apr 2013 12:18:59 +0000 (14:18 +0200)
commit15b4cde71592c58640aaefa8761eaac24fbbcb5f
tree7e8abed5b67d5288629d646a4415d4cbed406237
parente59de0aeb0a52475c689563edbae51a37cb61b67
socket.7: Document SO_PEEK_OFF option

Since Linux 3.4 there appeared an ability to specify the
offset in bytes from which the data will be MSG_PEEK-ed.
Describe this socket option in the socket(7) page, where
all the other socket options are described.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/socket.7