From d2f8c9dff68eb0091626a3623c2a49f0b938dbde Mon Sep 17 00:00:00 2001 From: ecki Date: Thu, 2 Oct 2003 20:06:23 +0000 Subject: [PATCH] fixes for man page bugs reported by Hugh Redelmeier. --- man/en_US/netstat.8 | 10 +++++++--- man/en_US/route.8 | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/man/en_US/netstat.8 b/man/en_US/netstat.8 index ec0d7b31a..9aca62caf 100644 --- a/man/en_US/netstat.8 +++ b/man/en_US/netstat.8 @@ -8,7 +8,7 @@ .\" Modified: Tuan Hoang tqhoang@bigfoot.com .\" .\" -.TH NETSTAT 8 "24 November 2001" "net-tools" "Linux Programmer's Manual" +.TH NETSTAT 8 "02 October 2003" "net-tools" "Linux Programmer's Manual" .SH NAME netstat \- Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships @@ -99,7 +99,12 @@ displays a list of open sockets. If you don't specify any address families, then the active sockets of all configured address families will be printed. .SS "\-\-route , \-r" -Display the kernel routing tables. +Display the kernel routing tables. See the description in +.BR route (8) for details. +.B netstat -r +and +.B route -e +produce the same output. .SS "\-\-groups , \-g" Display multicast group membership information for IPv4 and IPv6. .SS "\-\-interface, \-i" @@ -170,7 +175,6 @@ option, show interfaces that are not up Print routing information from the FIB. (This is the default.) .SS "\-C" Print routing information from the route cache. -.IR UP . .P .SH OUTPUT .P diff --git a/man/en_US/route.8 b/man/en_US/route.8 index f59c07476..fb6d88f6a 100644 --- a/man/en_US/route.8 +++ b/man/en_US/route.8 @@ -1,4 +1,4 @@ -.TH ROUTE 8 "2 January 2000" "net-tools" "Linux Programmer's Manual" +.TH ROUTE 8 "02 October 2003" "net-tools" "Linux Programmer's Manual" .SH NAME route \- show / manipulate the IP routing table .SH SYNOPSIS @@ -289,7 +289,7 @@ be either route cache misses (-F) or hits (-C). Interface to which packets for this route will be sent. .TP .B MSS -Default maximum segement size for TCP connections over this route. +Default maximum segment size for TCP connections over this route. .TP .B Window Default window size for TCP connections over this route. -- 2.11.4.GIT