Module Name:    src
Committed By:   pgoyette
Date:           Tue Sep 25 14:16:27 UTC 2012

Modified Files:
        src/usr.bin/netstat: netstat.1

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

XXX Should the date be updated?


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 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.63
--- src/usr.bin/netstat/netstat.1:1.62	Fri Nov 11 15:09:33 2011
+++ src/usr.bin/netstat/netstat.1	Tue Sep 25 14:16:27 2012
@@ -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 @@ By default, show the IP Multicast virtua
 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 @@ for the specified
 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

Reply via email to