From 68b63b2b3e46c269fe368c03b9c8789025b5bc6f Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 12 Dec 2009 09:43:31 +0100 Subject: [PATCH] Misc. manpage cleanup for the recent T/TCP removal. --- Makefile_upgrade.inc | 2 ++ lib/libc/sys/send.2 | 5 +---- share/man/man4/inet.4 | 1 - share/man/man4/inet6.4 | 1 - share/man/man4/tcp.4 | 15 +++------------ 5 files changed, 6 insertions(+), 18 deletions(-) diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 5766bea94d..1d0d665fa3 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -1190,3 +1190,5 @@ TO_REMOVE+=/usr/share/man/cat9/count_udev.9.gz TO_REMOVE+=/usr/share/man/man9/count_udev.9.gz TO_REMOVE+=/usr/share/man/cat9/rman_await_resource.9.gz TO_REMOVE+=/usr/share/man/man9/rman_await_resource.9.gz +TO_REMOVE+=/usr/share/man/cat4/ttcp.4.gz +TO_REMOVE+=/usr/share/man/man4/ttcp.4.gz diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index ab3ac7bb0e..1fec3984fb 100644 --- a/lib/libc/sys/send.2 +++ b/lib/libc/sys/send.2 @@ -132,10 +132,7 @@ this flag is only implemented for .Dv SOCK_STREAM sockets in the .Dv PF_INET -protocol family, and is used to implement Transaction -.Tn TCP -(see -.Xr ttcp 4 ) . +protocol family. .Dv MSG_DONTROUTE is usually used only by diagnostic or routing programs. .Pp diff --git a/share/man/man4/inet.4 b/share/man/man4/inet.4 index 5575c44431..cad092fb94 100644 --- a/share/man/man4/inet.4 +++ b/share/man/man4/inet.4 @@ -273,7 +273,6 @@ which initiates dynamic adaptation (default 128). .Xr ip 4 , .Xr ipfirewall 4 , .Xr tcp 4 , -.Xr ttcp 4 , .Xr udp 4 .Rs .%T "An Introductory 4.3 BSD Interprocess Communication Tutorial" diff --git a/share/man/man4/inet6.4 b/share/man/man4/inet6.4 index 1e1db1d103..9f8ed8c226 100644 --- a/share/man/man4/inet6.4 +++ b/share/man/man4/inet6.4 @@ -501,7 +501,6 @@ sockets. .Xr intro 4 , .Xr ip6 4 , .Xr tcp 4 , -.Xr ttcp 4 , .Xr udp 4 .Sh STANDARDS .Rs diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index add41fb0c4..1c140065fc 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -150,12 +150,9 @@ every user call to .Xr write 2 or .Xr writev 2 . -The +When the .Dv TCP_NOPUSH -option is provided to allow servers to easily make use of Transaction -TCP (see -.Xr ttcp 4 ) . -When the option is set to a non-zero value, +option is set to a non-zero value, .Tn TCP will delay sending any data at all until either the socket is closed, or the internal send buffer is filled. @@ -384,8 +381,7 @@ address. .Xr blackhole 4 , .Xr inet 4 , .Xr intro 4 , -.Xr ip 4 , -.Xr ttcp 4 +.Xr ip 4 .Rs .%A V. Jacobson .%A R. Braden @@ -393,11 +389,6 @@ address. .%T "TCP Extensions for High Performance" .%O RFC 1323 .Re -.Rs -.%A R. Braden -.%T "T/TCP \- TCP Extensions for Transactions" -.%O RFC 1644 -.Re .Sh HISTORY The .Nm -- 2.41.0