Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/traceroute6 Sort options. Remove unnecessary quotes...



details:   https://anonhg.NetBSD.org/src/rev/570d0adfb9e0
branches:  trunk
changeset: 764930:570d0adfb9e0
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu May 12 08:42:24 2011 +0000

description:
Sort options. Remove unnecessary quotes and Bk/Ek.

diffstat:

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

diffs (62 lines):

diff -r 3eb1367bb992 -r 570d0adfb9e0 usr.sbin/traceroute6/traceroute6.8
--- a/usr.sbin/traceroute6/traceroute6.8        Thu May 12 08:14:36 2011 +0000
+++ b/usr.sbin/traceroute6/traceroute6.8        Thu May 12 08:42:24 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: traceroute6.8,v 1.12 2011/05/10 01:58:58 christos Exp $
+.\"    $NetBSD: traceroute6.8,v 1.13 2011/05/12 08:42:24 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.
@@ -34,48 +34,28 @@
 .\"
 .Sh NAME
 .Nm traceroute6
-.Nd "print the route IPv6 packets will take to the destination"
+.Nd print the route IPv6 packets will take to the destination
 .\"
 .Sh SYNOPSIS
 .Nm traceroute6
-.Bk -words
 .Op Fl adIlnrv
-.Ek
-.Bk -words
+.Op Fl A Ar as_server
 .Op Fl f Ar firsthop
-.Ek
-.Bk -words
 .Op Fl g Ar gateway
-.Ek
-.Bk -words
 .Op Fl m Ar hoplimit
-.Ek
-.Bk -words
 .Op Fl p Ar port
-.Ek
-.Bk -words
 .Op Fl q Ar probes
-.Ek
-.Bk -words
 .Op Fl s Ar src
-.Ek
-.Bk -words
 .Op Fl w Ar waittime
-.Ek
-.Bk -words
-.Op Fl A Ar as_server
-.Ek
-.Bk -words
 .Ar target
 .Op Ar datalen
-.Ek
 .\"
 .Sh DESCRIPTION
 .Bl -tag -width Ds
+.It Fl A
+Turn on AS# lookups and use the given server instead of the default.
 .It Fl a
 Turn on AS# lookups for each hop encountered.
-.It Fl A
-Turn on AS# lookups and use the given server instead of the default.
 .It Fl d
 Debug mode.
 .It Fl f Ar firsthop



Home | Main Index | Thread Index | Old Index