Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/netstat Sort -h option properly (not between -I and -i)



details:   https://anonhg.NetBSD.org/src/rev/d18fc5f57189
branches:  trunk
changeset: 781720:d18fc5f57189
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Sep 25 14:16:27 2012 +0000

description:
Sort -h option properly (not between -I and -i)

XXX Should the date be updated?

diffstat:

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

diffs (39 lines):

diff -r e8c3bc888baa -r d18fc5f57189 usr.bin/netstat/netstat.1
--- a/usr.bin/netstat/netstat.1 Tue Sep 25 11:12:16 2012 +0000
+++ b/usr.bin/netstat/netstat.1 Tue Sep 25 14:16:27 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.63 2012/09/25 14:16:27 pgoyette Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -166,6 +166,14 @@
 If the
 .Fl s
 option is also present, show multicast routing statistics.
+.It Fl h
+When used with
+.Fl b
+in combination with either
+.Fl i
+or
+.Fl I ,
+output "human-readable" byte counts.
 .It Fl I Ar interface
 Show information about the specified interface;
 used with a
@@ -184,14 +192,6 @@
 or
 .Ar protocol ,
 respectively.
-.It Fl h
-When used with
-.Fl b
-in combination with either
-.Fl i
-or
-.Fl I ,
-output "human-readable" byte counts.
 .It Fl i
 Show the state of interfaces which have been auto-configured
 (interfaces statically configured into a system, but not



Home | Main Index | Thread Index | Old Index