diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-17 23:20:53 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-17 23:20:53 +0000 |
commit | af56a36670d0d7628b46ff3b153b0d41e5009750 (patch) | |
tree | 4f356b6bfb963ebb70e4f065f00cf21be977e3f0 /share/man/man4/tcp.4 | |
parent | bb43168423cf34015e11cb066e017e5aa633f0a9 (diff) |
cleanup
Diffstat (limited to 'share/man/man4/tcp.4')
-rw-r--r-- | share/man/man4/tcp.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index ff6d55050c1..4f1f0e93487 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -61,7 +61,7 @@ a specific .Tn TCP port on the host identifying the peer entity. .Pp -Sockets utilizing the tcp protocol are either +Sockets utilizing the TCP protocol are either .Dq active or .Dq passive . @@ -135,7 +135,7 @@ Do not use selective acknowledgements for this connection. See .El .Pp The option level for the -.Xr setsockopt +.Xr setsockopt 2 call is the protocol number for .Tn TCP , available from @@ -180,9 +180,9 @@ exists. .Sh SEE ALSO .Xr getsockopt 2 , .Xr socket 2 , -.Xr netintro 4 , .Xr inet 4 , .Xr ip 4 +.Xr netintro 4 .Sh HISTORY The .Nm |