Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/netstat Add -t flag.



details:   https://anonhg.NetBSD.org/src/rev/34fcf851e762
branches:  trunk
changeset: 782181:34fcf851e762
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Oct 19 20:46:06 2012 +0000

description:
Add -t flag.

diffstat:

 usr.bin/netstat/netstat.1 |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 46e1f4c3cb16 -r 34fcf851e762 usr.bin/netstat/netstat.1
--- a/usr.bin/netstat/netstat.1 Fri Oct 19 20:43:31 2012 +0000
+++ b/usr.bin/netstat/netstat.1 Fri Oct 19 20:46:06 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: netstat.1,v 1.64 2012/10/19 20:43:31 msaitoh Exp $
+.\"    $NetBSD: netstat.1,v 1.65 2012/10/19 20:46:06 msaitoh Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -42,7 +42,7 @@
 .Op Fl M Ar core
 .Op Fl N Ar system
 .Nm
-.Op Fl bdghilLmnqrSsTv
+.Op Fl bdghiLlmnqrSsTtv
 .Op Fl f Ar address_family
 .Op Fl M Ar core
 .Op Fl N Ar system
@@ -279,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