Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/usr.bin/netstat Pull up following revision(s) (requested ...



details:   https://anonhg.NetBSD.org/src/rev/686aafd4d248
branches:  netbsd-6
changeset: 775411:686aafd4d248
user:      riz <riz%NetBSD.org@localhost>
date:      Thu Oct 25 16:50:13 2012 +0000

description:
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.

diffstat:

 usr.bin/netstat/netstat.1 |  18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diffs (53 lines):

diff -r 8b35c43b47ca -r 686aafd4d248 usr.bin/netstat/netstat.1
--- a/usr.bin/netstat/netstat.1 Thu Oct 25 09:35:09 2012 +0000
+++ b/usr.bin/netstat/netstat.1 Thu Oct 25 16:50:13 2012 +0000
@@ -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 @@
 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 @@
 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 ,



Home | Main Index | Thread Index | Old Index