Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2005 21:29:32 GMT
From:      Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/90359: [patch] traceroute6 manpage corruption
Message-ID:  <200512132129.jBDLTWJV004790@945testbox.york.ac.uk>
Resent-Message-ID: <200512132130.jBDLU4Kv007499@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         90359
>Category:       docs
>Synopsis:       [patch] traceroute6 manpage corruption
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 13 21:30:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Gavin Atkinson
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD 945testbox.york.ac.uk 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Dec 12 18:04:02 GMT 2005 root@945testbox.york.ac.uk:/usr/obj/usr/src/sys/GENERIC i386

>Description:
	Revision 1.10 of src/usr.sbin/traceroute6/traceroute6.8 inserted
documentation for the -m option, but the text was inserted half way through
the -l option documentation.

	As a result, when rendered, the -l option ends abruptly, and the rest
of it's text is appended to the -m option.

>How-To-Repeat:
	man traceroute6
>Fix:

--- traceroute6man.diff begins here ---
Index: src/usr.sbin/traceroute6/traceroute6.8
===================================================================
RCS file: /usr/cvs/src/usr.sbin/traceroute6/traceroute6.8,v
retrieving revision 1.14
diff -u -r1.14 traceroute6.8
--- src/usr.sbin/traceroute6/traceroute6.8	9 Feb 2005 18:04:42 -0000	1.14
+++ src/usr.sbin/traceroute6/traceroute6.8	13 Dec 2005 21:19:39 -0000
@@ -99,13 +99,13 @@
 Normally
 .Nm
 prints only hostnames if
-.It Fl m Ar hoplimit
-Specify maximum hoplimit, up to 255.
-The default is 30 hops.
 .Fl n
 is not specified, and only numeric addresses if
 .Fl n
 is specified.
+.It Fl m Ar hoplimit
+Specify maximum hoplimit, up to 255.
+The default is 30 hops.
 .It Fl n
 Do not resolve numeric address to hostname.
 .It Fl p Ar port
--- traceroute6man.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512132129.jBDLTWJV004790>