Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/traceroute6 Fix -m description position. From YOMUR...



details:   https://anonhg.NetBSD.org/src/rev/a0d08b175786
branches:  trunk
changeset: 584265:a0d08b175786
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Sep 11 23:46:39 2005 +0000

description:
Fix -m description position. From YOMURA Masanori in private mail.

diffstat:

 usr.sbin/traceroute6/traceroute6.8 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r bdddee0d2615 -r a0d08b175786 usr.sbin/traceroute6/traceroute6.8
--- a/usr.sbin/traceroute6/traceroute6.8        Sun Sep 11 23:45:04 2005 +0000
+++ b/usr.sbin/traceroute6/traceroute6.8        Sun Sep 11 23:46:39 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: traceroute6.8,v 1.9 2002/08/30 03:57:20 onoe Exp $
+.\"    $NetBSD: traceroute6.8,v 1.10 2005/09/11 23:46:39 wiz Exp $
 .\"    $KAME: traceroute6.8,v 1.8 2000/06/12 16:29:18 itojun Exp $
 .\"
 .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -28,7 +28,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd May 17, 1998
+.Dd September 11, 2005
 .Dt TRACEROUTE6 8
 .Os
 .\"
@@ -86,12 +86,12 @@
 Normally
 .Nm
 prints only hostnames if
-.It Fl m Ar hoplimit
-Specify maximum hoplimit.
 .Fl n
 is not specified, and only numeric addresses if
 .Fl n
 is specified.
+.It Fl m Ar hoplimit
+Specify maximum hoplimit.
 .It Fl n
 Do not resolve numeric address to hostname.
 .It Fl p Ar port



Home | Main Index | Thread Index | Old Index