diff options
Diffstat (limited to 'usr.bin/netstat/netstat.1')
-rw-r--r-- | usr.bin/netstat/netstat.1 | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 84c4f427702..3b15298ed8b 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.9 1997/09/19 09:24:22 deraadt Exp $ +.\" $OpenBSD: netstat.1,v 1.10 1998/02/26 10:06:09 peter Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -186,6 +186,8 @@ Show the routing tables. When .Fl s is also present, show routing statistics instead. +.It Fl v +be verbose. This currently has no effect. .It Fl w Ar wait Show network interface statistics at intervals of .Ar wait @@ -223,12 +225,13 @@ statistics regarding packets transferred, errors, and collisions. The network addresses of the interface and the maximum transmission unit (``mtu'') are also displayed. .Pp -The routing table display indicates the available routes and -their status. Each route consists of a destination host or network -and a gateway to use in forwarding packets. The flags field shows -a collection of information about the route stored as -binary choices. The individual flags are discussed in more -detail in the +The routing table display indicates the available routes and their +status. Each route consists of a destination host or network and +a gateway to use in forwarding packets. If the destination is a +network in numeric format, the netmask (in /24 style format) is +appended. The flags field shows a collection of information about +the route stored as binary choices. The individual flags are +discussed in more detail in the .Xr route 8 and .Xr route 4 |