Module Name:    src
Committed By:   riz
Date:           Thu Oct 25 16:50:15 UTC 2012

Modified Files:
        src/usr.bin/netstat [netbsd-6]: netstat.1

Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #635):
        usr.bin/netstat/netstat.1: revision 1.64
        usr.bin/netstat/netstat.1: revision 1.65
Add note about -l option. Fixes PR#47085 reported by Julian Fagir.
Add -t flag.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.62.2.1 src/usr.bin/netstat/netstat.1

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

Modified files:

Index: src/usr.bin/netstat/netstat.1
diff -u src/usr.bin/netstat/netstat.1:1.62 src/usr.bin/netstat/netstat.1:1.62.2.1
--- src/usr.bin/netstat/netstat.1:1.62	Fri Nov 11 15:09:33 2011
+++ src/usr.bin/netstat/netstat.1	Thu Oct 25 16:50:13 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: netstat.1,v 1.62 2011/11/11 15:09:33 gdt Exp $
+.\"	$NetBSD: netstat.1,v 1.62.2.1 2012/10/25 16:50:13 riz Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1992, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)netstat.1	8.8 (Berkeley) 4/18/94
 .\"
-.Dd June 29, 2010
+.Dd October 20, 2012
 .Dt NETSTAT 1
 .Os
 .Sh NAME
@@ -42,7 +42,7 @@
 .Op Fl M Ar core
 .Op Fl N Ar system
 .Nm
-.Op Fl bdghiLmnqrSsTv
+.Op Fl bdghiLlmnqrSsTtv
 .Op Fl f Ar address_family
 .Op Fl M Ar core
 .Op Fl N Ar system
@@ -216,6 +216,14 @@ or
 respectively.
 .It Fl L
 Don't show link-level routes (e.g., IPv4 ARP or IPv6 neighbour cache).
+.It Fl l
+With the
+.Fl g
+option, display wider fields for the IPv6 multicast routing table
+.Qq Origin
+and
+.Qq Group
+columns.
 .It Fl M
 Extract values associated with the name list from the specified core
 instead of the default
@@ -271,6 +279,10 @@ If this option is repeated, counters wit
 Show MPLS Tags for the routing tables.
 If multiple tags exists, they will
 be comma separated, first tag being the BoS one.
+.It Fl t
+With the
+.Fl i
+option, display the current value of the watchdog timer function.
 .It Fl v
 Show extra (verbose) detail for the routing tables
 .Pq Fl r ,

Reply via email to