From ga9@945testbox.york.ac.uk  Tue Dec 13 21:29:35 2005
Return-Path: <ga9@945testbox.york.ac.uk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 02C2516A420
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Dec 2005 21:29:35 +0000 (GMT)
	(envelope-from ga9@945testbox.york.ac.uk)
Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F3AC643D53
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Dec 2005 21:29:33 +0000 (GMT)
	(envelope-from ga9@945testbox.york.ac.uk)
Received: from 945testbox.york.ac.uk (945testbox.york.ac.uk [144.32.227.28])
	by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id jBDLTVNW026754
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Dec 2005 21:29:31 GMT
Received: from 945testbox.york.ac.uk (localhost [127.0.0.1])
	by 945testbox.york.ac.uk (8.13.4/8.13.4) with ESMTP id jBDLTWuf004791
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Dec 2005 21:29:32 GMT
	(envelope-from ga9@945testbox.york.ac.uk)
Received: (from root@localhost)
	by 945testbox.york.ac.uk (8.13.4/8.13.4/Submit) id jBDLTWJV004790;
	Tue, 13 Dec 2005 21:29:32 GMT
	(envelope-from ga9)
Message-Id: <200512132129.jBDLTWJV004790@945testbox.york.ac.uk>
Date: Tue, 13 Dec 2005 21:29:32 GMT
From: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
Reply-To: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] traceroute6 manpage corruption
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         90359
>Category:       docs
>Synopsis:       [patch] traceroute6(8) manpage corruption
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 13 21:30:03 GMT 2005
>Closed-Date:    Fri Jan 13 20:03:38 GMT 2006
>Last-Modified:  Fri Jan 13 20:03:38 GMT 2006
>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:
State-Changed-From-To: open->patched 
State-Changed-By: pav 
State-Changed-When: Tue Jan 10 16:03:45 UTC 2006 
State-Changed-Why:  
Committed to HEAD; will MFC to 5-STABLE and 6-STABLE later 


Responsible-Changed-From-To: freebsd-doc->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Tue Jan 10 16:03:45 UTC 2006 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90359 
State-Changed-From-To: patched->closed 
State-Changed-By: pav 
State-Changed-When: Fri Jan 13 20:03:29 UTC 2006 
State-Changed-Why:  
Merged. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90359 
>Unformatted:
