diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-04-18 16:15:11 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-04-19 14:18:59 +0200 |
| commit | 92cedf330e379678aecd8e765323b65e1cdeed27 (patch) | |
| tree | f70e5c84c6de596fd3dceebe74c1bfed239437d9 /man7/tcp.7 | |
| parent | 7d247ee8ab24bf83c7b4ee665ed547eab123bf4f (diff) | |
| download | man-pages-92cedf330e379678aecd8e765323b65e1cdeed27.tar.gz | |
tcp.7: Note that 'optval' for socket options is an 'int' in most cases
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/tcp.7')
| -rw-r--r-- | man7/tcp.7 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man7/tcp.7 b/man7/tcp.7 index aaa8fb758f..6669c11f66 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -62,7 +62,7 @@ .\" commit b139ba4e90dccbf4cd4efb112af96a5c9e0b098c .\" Author: Pavel Emelyanov <xemul@parallels.com> .\" -.TH TCP 7 2012-04-23 "Linux" "Linux Programmer's Manual" +.TH TCP 7 2013-04-18 "Linux" "Linux Programmer's Manual" .SH NAME tcp \- TCP protocol .SH SYNOPSIS @@ -862,6 +862,10 @@ to read or .BR setsockopt (2) to write the option with the option level argument set to .BR IPPROTO_TCP . +Unless otherwise noted, +.I optval +is a pointer to an +.IR int . .\" or SOL_TCP on Linux In addition, most |
