Subject: CVS commit: src/share/man/man4
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 04/25/2004 02:13:37
Module Name:	src
Committed By:	jonathan
Date:		Sun Apr 25 02:13:37 UTC 2004

Modified Files:
	src/share/man/man4: tcp.4

Log Message:
We now have more than one TCP socket option: TCP_MAXSEG, with further
socket options (TCP_MD5SIG) in the works. Break TCP socket-options
into a list, and add a list element for TCP_MAXSEG, with text borrowed
from FreeBSD. (NB: our implementation may need improving to match that
rather general text.)

In preparation for adding list elements for TCP_MD5SIG.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/share/man/man4/tcp.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.