diff options
author | mpp <mpp@FreeBSD.org> | 1996-04-08 04:18:31 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-04-08 04:18:31 +0000 |
commit | 3c57dc77537bfff8a25b061e147f5a1194613a28 (patch) | |
tree | 78fa3bb3a263f5518e1eaa6bea101b7b19200ce5 /share/man/man4/tcp.4 | |
parent | cdc4afc0a8a13743387100d7e5e163b1dcd87323 (diff) | |
download | FreeBSD-src-3c57dc77537bfff8a25b061e147f5a1194613a28.zip FreeBSD-src-3c57dc77537bfff8a25b061e147f5a1194613a28.tar.gz |
Correct some man page xrefs, and some other minor changes to bring some
man pages up to mdoc guidelines and fix some minor formatting glitches.
Also fixed a number of man pages to not abuse the .Xr macro to
display functions and path names and a lot of other junk.
Diffstat (limited to 'share/man/man4/tcp.4')
-rw-r--r-- | share/man/man4/tcp.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index 5aecf1d..522e037 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)tcp.4 8.1 (Berkeley) 6/5/93 -.\" $Id: tcp.4,v 1.3 1995/02/15 03:30:54 wollman Exp $ +.\" $Id: tcp.4,v 1.4 1995/02/15 22:07:27 wollman Exp $ .\" .Dd February 14, 1995 .Dt TCP 4 @@ -150,9 +150,9 @@ will set the .Dq push bit and begin transmission immediately (if permitted) at the end of every user call to -.Xr write +.Xr write 2 or -.Xr writev . +.Xr writev 2 . The .Dv TCP_NOPUSH option is provided to allow servers to easily make use of Transaction @@ -165,7 +165,7 @@ or the internal send buffer is filled. .El .Pp The option level for the -.Xr setsockopt +.Xr setsockopt 2 call is the protocol number for .Tn TCP , available from |