History log of /openbsd-current/share/man/man4/tcp.4
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.27 11-Aug-2022 jmc

remove useless Pp;


# 1.26 11-Aug-2022 claudio

Add information about TCP_INFO. Be a bit vague about struct tcp_info since
it is not standardised.


Revision tags: OPENBSD_7_1_BASE
# 1.25 31-Mar-2022 naddy

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.24 11-May-2018 zhuk

Mention netinet/tcp.h, like many others already do.

okay bluhm@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE
# 1.23 10-Sep-2015 schwarze

use .In rather than .Fd #include


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.22 21-Jan-2014 schwarze

obvious .Pa fixes; found with mandocdb(8)


# 1.21 12-Aug-2013 bluhm

Add the TCP socket option TCP_NOPUSH to delay sending the stream.
This is useful to aggregate data in the kernel from multiple sources
like writes and socket splicing. It avoids sending small packets.
From FreeBSD via David Hill; OK mikeb@ henning@


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.20 09-May-2008 jmc

some Xr for tcpbench(1) and tcpdrop(8);


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.19 31-May-2007 jmc

convert to new .Dd format;


Revision tags: OPENBSD_4_0_BASE OPENBSD_4_1_BASE
# 1.18 26-May-2006 deraadt

let us not talk about ipsecadm and vpn anymore; ok reyk


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE
# 1.17 10-Jul-2005 hshoexer

.Xr ipsecctl(8)

ok jmc@


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.16 10-Feb-2004 henning

explain the behaviour with TCP_MD5SIG on listening sockets
with markus and jmc


# 1.15 02-Feb-2004 henning

cope with recent changes:
-TCP_MD5SIG
-TCP_SACK_DISABLE is no more, TCP_SACK_ENABLE now and logic reversed

ok markus@ jmc@


Revision tags: OPENBSD_3_4_BASE
# 1.14 02-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 1.13 09-Apr-2003 jmc

typos;

sti(4): ok mickey@


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.12 05-Oct-2001 mpech

Powered by @mantoya:
o) start new sentence on a new line;
o) minor mdoc fixes;
millert@ ok

Tip of the day: www.mpechismazohist.com


Revision tags: OPENBSD_2_9_BASE
# 1.11 21-Dec-2000 aaron

Various repairs, $Id$ tags added, etc.


Revision tags: OPENBSD_2_8_BASE
# 1.10 24-May-2000 itojun

add ip6(4) into reference. add AF_INET6 samples.


Revision tags: OPENBSD_2_7_BASE
# 1.9 16-Dec-1999 deraadt

Xr inet6 4


Revision tags: OPENBSD_2_6_BASE
# 1.8 09-Jul-1999 aaron

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...


# 1.7 05-Jun-1999 aaron

more .Os cleanup, remove some trailing whitespace, cleanse some .Nm


# 1.6 16-May-1999 alex

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.


Revision tags: OPENBSD_2_5_BASE
# 1.5 17-Nov-1998 aaron

cleanup


# 1.4 17-Nov-1998 provos

explain tcp socketoptions, there are more than just TCP_NODELAY.


# 1.3 31-Oct-1998 espie

Fix netintro/intro muck-up.


Revision tags: OPENBSD_2_4_BASE
# 1.2 06-Sep-1998 aaron

More man page fixes. Spelling, grammar, some typos. Lots of double-word
occurrences squashed as well.


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


# 1.27 11-Aug-2022 jmc

remove useless Pp;


# 1.26 11-Aug-2022 claudio

Add information about TCP_INFO. Be a bit vague about struct tcp_info since
it is not standardised.


Revision tags: OPENBSD_7_1_BASE
# 1.25 31-Mar-2022 naddy

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.24 11-May-2018 zhuk

Mention netinet/tcp.h, like many others already do.

okay bluhm@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE
# 1.23 10-Sep-2015 schwarze

use .In rather than .Fd #include


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.22 21-Jan-2014 schwarze

obvious .Pa fixes; found with mandocdb(8)


# 1.21 12-Aug-2013 bluhm

Add the TCP socket option TCP_NOPUSH to delay sending the stream.
This is useful to aggregate data in the kernel from multiple sources
like writes and socket splicing. It avoids sending small packets.
From FreeBSD via David Hill; OK mikeb@ henning@


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.20 09-May-2008 jmc

some Xr for tcpbench(1) and tcpdrop(8);


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.19 31-May-2007 jmc

convert to new .Dd format;


Revision tags: OPENBSD_4_0_BASE OPENBSD_4_1_BASE
# 1.18 26-May-2006 deraadt

let us not talk about ipsecadm and vpn anymore; ok reyk


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE
# 1.17 10-Jul-2005 hshoexer

.Xr ipsecctl(8)

ok jmc@


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.16 10-Feb-2004 henning

explain the behaviour with TCP_MD5SIG on listening sockets
with markus and jmc


# 1.15 02-Feb-2004 henning

cope with recent changes:
-TCP_MD5SIG
-TCP_SACK_DISABLE is no more, TCP_SACK_ENABLE now and logic reversed

ok markus@ jmc@


Revision tags: OPENBSD_3_4_BASE
# 1.14 02-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 1.13 09-Apr-2003 jmc

typos;

sti(4): ok mickey@


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.12 05-Oct-2001 mpech

Powered by @mantoya:
o) start new sentence on a new line;
o) minor mdoc fixes;
millert@ ok

Tip of the day: www.mpechismazohist.com


Revision tags: OPENBSD_2_9_BASE
# 1.11 21-Dec-2000 aaron

Various repairs, $Id$ tags added, etc.


Revision tags: OPENBSD_2_8_BASE
# 1.10 24-May-2000 itojun

add ip6(4) into reference. add AF_INET6 samples.


Revision tags: OPENBSD_2_7_BASE
# 1.9 16-Dec-1999 deraadt

Xr inet6 4


Revision tags: OPENBSD_2_6_BASE
# 1.8 09-Jul-1999 aaron

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...


# 1.7 05-Jun-1999 aaron

more .Os cleanup, remove some trailing whitespace, cleanse some .Nm


# 1.6 16-May-1999 alex

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.


Revision tags: OPENBSD_2_5_BASE
# 1.5 17-Nov-1998 aaron

cleanup


# 1.4 17-Nov-1998 provos

explain tcp socketoptions, there are more than just TCP_NODELAY.


# 1.3 31-Oct-1998 espie

Fix netintro/intro muck-up.


Revision tags: OPENBSD_2_4_BASE
# 1.2 06-Sep-1998 aaron

More man page fixes. Spelling, grammar, some typos. Lots of double-word
occurrences squashed as well.


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


# 1.25 31-Mar-2022 naddy

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.24 11-May-2018 zhuk

Mention netinet/tcp.h, like many others already do.

okay bluhm@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE
# 1.23 10-Sep-2015 schwarze

use .In rather than .Fd #include


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.22 21-Jan-2014 schwarze

obvious .Pa fixes; found with mandocdb(8)


# 1.21 12-Aug-2013 bluhm

Add the TCP socket option TCP_NOPUSH to delay sending the stream.
This is useful to aggregate data in the kernel from multiple sources
like writes and socket splicing. It avoids sending small packets.
From FreeBSD via David Hill; OK mikeb@ henning@


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.20 09-May-2008 jmc

some Xr for tcpbench(1) and tcpdrop(8);


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.19 31-May-2007 jmc

convert to new .Dd format;


Revision tags: OPENBSD_4_0_BASE OPENBSD_4_1_BASE
# 1.18 26-May-2006 deraadt

let us not talk about ipsecadm and vpn anymore; ok reyk


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE
# 1.17 10-Jul-2005 hshoexer

.Xr ipsecctl(8)

ok jmc@


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.16 10-Feb-2004 henning

explain the behaviour with TCP_MD5SIG on listening sockets
with markus and jmc


# 1.15 02-Feb-2004 henning

cope with recent changes:
-TCP_MD5SIG
-TCP_SACK_DISABLE is no more, TCP_SACK_ENABLE now and logic reversed

ok markus@ jmc@


Revision tags: OPENBSD_3_4_BASE
# 1.14 02-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 1.13 09-Apr-2003 jmc

typos;

sti(4): ok mickey@


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.12 05-Oct-2001 mpech

Powered by @mantoya:
o) start new sentence on a new line;
o) minor mdoc fixes;
millert@ ok

Tip of the day: www.mpechismazohist.com


Revision tags: OPENBSD_2_9_BASE
# 1.11 21-Dec-2000 aaron

Various repairs, $Id$ tags added, etc.


Revision tags: OPENBSD_2_8_BASE
# 1.10 24-May-2000 itojun

add ip6(4) into reference. add AF_INET6 samples.


Revision tags: OPENBSD_2_7_BASE
# 1.9 16-Dec-1999 deraadt

Xr inet6 4


Revision tags: OPENBSD_2_6_BASE
# 1.8 09-Jul-1999 aaron

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...


# 1.7 05-Jun-1999 aaron

more .Os cleanup, remove some trailing whitespace, cleanse some .Nm


# 1.6 16-May-1999 alex

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.


Revision tags: OPENBSD_2_5_BASE
# 1.5 17-Nov-1998 aaron

cleanup


# 1.4 17-Nov-1998 provos

explain tcp socketoptions, there are more than just TCP_NODELAY.


# 1.3 31-Oct-1998 espie

Fix netintro/intro muck-up.


Revision tags: OPENBSD_2_4_BASE
# 1.2 06-Sep-1998 aaron

More man page fixes. Spelling, grammar, some typos. Lots of double-word
occurrences squashed as well.


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


# 1.24 11-May-2018 zhuk

Mention netinet/tcp.h, like many others already do.

okay bluhm@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE
# 1.23 10-Sep-2015 schwarze

use .In rather than .Fd #include


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.22 21-Jan-2014 schwarze

obvious .Pa fixes; found with mandocdb(8)


# 1.21 12-Aug-2013 bluhm

Add the TCP socket option TCP_NOPUSH to delay sending the stream.
This is useful to aggregate data in the kernel from multiple sources
like writes and socket splicing. It avoids sending small packets.
From FreeBSD via David Hill; OK mikeb@ henning@


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.20 09-May-2008 jmc

some Xr for tcpbench(1) and tcpdrop(8);


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.19 31-May-2007 jmc

convert to new .Dd format;


Revision tags: OPENBSD_4_0_BASE OPENBSD_4_1_BASE
# 1.18 26-May-2006 deraadt

let us not talk about ipsecadm and vpn anymore; ok reyk


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE
# 1.17 10-Jul-2005 hshoexer

.Xr ipsecctl(8)

ok jmc@


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.16 10-Feb-2004 henning

explain the behaviour with TCP_MD5SIG on listening sockets
with markus and jmc


# 1.15 02-Feb-2004 henning

cope with recent changes:
-TCP_MD5SIG
-TCP_SACK_DISABLE is no more, TCP_SACK_ENABLE now and logic reversed

ok markus@ jmc@


Revision tags: OPENBSD_3_4_BASE
# 1.14 02-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 1.13 09-Apr-2003 jmc

typos;

sti(4): ok mickey@


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.12 05-Oct-2001 mpech

Powered by @mantoya:
o) start new sentence on a new line;
o) minor mdoc fixes;
millert@ ok

Tip of the day: www.mpechismazohist.com


Revision tags: OPENBSD_2_9_BASE
# 1.11 21-Dec-2000 aaron

Various repairs, $Id$ tags added, etc.


Revision tags: OPENBSD_2_8_BASE
# 1.10 24-May-2000 itojun

add ip6(4) into reference. add AF_INET6 samples.


Revision tags: OPENBSD_2_7_BASE
# 1.9 16-Dec-1999 deraadt

Xr inet6 4


Revision tags: OPENBSD_2_6_BASE
# 1.8 09-Jul-1999 aaron

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...


# 1.7 05-Jun-1999 aaron

more .Os cleanup, remove some trailing whitespace, cleanse some .Nm


# 1.6 16-May-1999 alex

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.


Revision tags: OPENBSD_2_5_BASE
# 1.5 17-Nov-1998 aaron

cleanup


# 1.4 17-Nov-1998 provos

explain tcp socketoptions, there are more than just TCP_NODELAY.


# 1.3 31-Oct-1998 espie

Fix netintro/intro muck-up.


Revision tags: OPENBSD_2_4_BASE
# 1.2 06-Sep-1998 aaron

More man page fixes. Spelling, grammar, some typos. Lots of double-word
occurrences squashed as well.


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.23 10-Sep-2015 schwarze

use .In rather than .Fd #include


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.22 21-Jan-2014 schwarze

obvious .Pa fixes; found with mandocdb(8)


# 1.21 12-Aug-2013 bluhm

Add the TCP socket option TCP_NOPUSH to delay sending the stream.
This is useful to aggregate data in the kernel from multiple sources
like writes and socket splicing. It avoids sending small packets.
From FreeBSD via David Hill; OK mikeb@ henning@


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.20 09-May-2008 jmc

some Xr for tcpbench(1) and tcpdrop(8);


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.19 31-May-2007 jmc

convert to new .Dd format;


Revision tags: OPENBSD_4_0_BASE OPENBSD_4_1_BASE
# 1.18 26-May-2006 deraadt

let us not talk about ipsecadm and vpn anymore; ok reyk


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE
# 1.17 10-Jul-2005 hshoexer

.Xr ipsecctl(8)

ok jmc@


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.16 10-Feb-2004 henning

explain the behaviour with TCP_MD5SIG on listening sockets
with markus and jmc


# 1.15 02-Feb-2004 henning

cope with recent changes:
-TCP_MD5SIG
-TCP_SACK_DISABLE is no more, TCP_SACK_ENABLE now and logic reversed

ok markus@ jmc@


Revision tags: OPENBSD_3_4_BASE
# 1.14 02-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 1.13 09-Apr-2003 jmc

typos;

sti(4): ok mickey@


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.12 05-Oct-2001 mpech

Powered by @mantoya:
o) start new sentence on a new line;
o) minor mdoc fixes;
millert@ ok

Tip of the day: www.mpechismazohist.com


Revision tags: OPENBSD_2_9_BASE
# 1.11 21-Dec-2000 aaron

Various repairs, $Id$ tags added, etc.


Revision tags: OPENBSD_2_8_BASE
# 1.10 24-May-2000 itojun

add ip6(4) into reference. add AF_INET6 samples.


Revision tags: OPENBSD_2_7_BASE
# 1.9 16-Dec-1999 deraadt

Xr inet6 4


Revision tags: OPENBSD_2_6_BASE
# 1.8 09-Jul-1999 aaron

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...


# 1.7 05-Jun-1999 aaron

more .Os cleanup, remove some trailing whitespace, cleanse some .Nm


# 1.6 16-May-1999 alex

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.


Revision tags: OPENBSD_2_5_BASE
# 1.5 17-Nov-1998 aaron

cleanup


# 1.4 17-Nov-1998 provos

explain tcp socketoptions, there are more than just TCP_NODELAY.


# 1.3 31-Oct-1998 espie

Fix netintro/intro muck-up.


Revision tags: OPENBSD_2_4_BASE
# 1.2 06-Sep-1998 aaron

More man page fixes. Spelling, grammar, some typos. Lots of double-word
occurrences squashed as well.


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision