From nobody@FreeBSD.org  Sat Jul 23 12:23:26 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 94FBF106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Jul 2011 12:23:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 8504E8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Jul 2011 12:23:26 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6NCNQNg053250
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Jul 2011 12:23:26 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p6NCNQIR053245;
	Sat, 23 Jul 2011 12:23:26 GMT
	(envelope-from nobody)
Message-Id: <201107231223.p6NCNQIR053245@red.freebsd.org>
Date: Sat, 23 Jul 2011 12:23:26 GMT
From: Michiel Overtoom <motoom@xs4all.nl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] fix for broken link in manpage faithd(8)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         159138
>Category:       docs
>Synopsis:       [patch] fix for broken link in manpage faithd(8)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gjb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 23 12:30:12 UTC 2011
>Closed-Date:    Tue Jul 26 17:04:27 UTC 2011
>Last-Modified:  Tue Jul 26 17:10:09 UTC 2011
>Originator:     Michiel Overtoom
>Release:        9.0-CURRENT
>Organization:
>Environment:
>Description:
I'm not sure if faithd is used anymore, but I'll send this in anyway;

The SEE ALSO section of the faithd(8) manpage contains a broken link; ftp.isi.edu seems to be missing the entire 'in-notes' directory.

  RFC3142 ftp://ftp.isi.edu/in-notes/rfc3142.txt June 2001


>How-To-Repeat:
Try to retrieve ftp://ftp.isi.edu/in-notes/rfc3142.txt
>Fix:
The supplied patch fixes the broken URL to:

  http://www.ietf.org/rfc/rfc3142.txt



Patch attached with submission follows:

--- /usr/src/usr.sbin/faithd/faithd.8.orig      2011-07-23 16:16:15.000000000 +0200
+++ /usr/src/usr.sbin/faithd/faithd.8   2011-07-23 16:17:29.000000000 +0200
@@ -368,7 +368,7 @@
 .%A Kazu Yamamoto
 .%T "An IPv6-to-IPv4 transport relay translator"
 .%B RFC3142
-.%U ftp://ftp.isi.edu/in-notes/rfc3142.txt
+.%U http://www.ietf.org/rfc/rfc3142.txt
 .%D June 2001
 .Re
 .\"


>Release-Note:
>Audit-Trail:

From: Michiel Overtoom <motoom@xs4all.nl>
To: bug-followup@freebsd.org, motoom@xs4all.nl
Cc:  
Subject: Re: misc/159138: [patch] fix for broken link in manpage faithd(8)
Date: Sat, 23 Jul 2011 14:37:41 +0200

 Whoa, this PR should be 
 
 Category: docs
 Class: doc-bug
 
 Greetings, 
 
 -- 
 "The ability of the OSS process to collect and harness 
 the collective IQ of thousands of individuals across 
 the Internet is simply amazing." - Vinod Valloppillil 
 http://www.catb.org/~esr/halloween/halloween4.html
Class-Changed-From-To: sw-bug->doc-bug 
Class-Changed-By: linimon 
Class-Changed-When: Sat Jul 23 14:29:46 UTC 2011 
Class-Changed-Why:  
reclassify. 


Responsible-Changed-From-To: freebsd-bugs->freebsd-docs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Jul 23 14:29:46 UTC 2011 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=159138 
Responsible-Changed-From-To: freebsd-docs->gjb 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Sat Jul 23 17:03:50 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=159138 
State-Changed-From-To: open->patched 
State-Changed-By: gjb 
State-Changed-When: Sat Jul 23 23:03:22 UTC 2011 
State-Changed-Why:  
Fix committed to HEAD (r224284). 
MFC in 3 days. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=159138 
State-Changed-From-To: patched->closed 
State-Changed-By: gjb 
State-Changed-When: Tue Jul 26 17:04:03 UTC 2011 
State-Changed-Why:  
Merged to 7-stable and 8-stable.  Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=159138 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/159138: commit references a PR
Date: Tue, 26 Jul 2011 17:02:28 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Tue Jul 26 17:02:17 2011
 New Revision: 224450
 URL: http://svn.freebsd.org/changeset/base/224450
 
 Log:
   MFC 202386, 224284:
   
   202386 (by ru):
   Use the newly brought %U macro.
   
   224284:
   Fix various broken links in manual pages.
   
   PR:		159138
 
 Modified:
   stable/8/usr.sbin/faithd/faithd.8
 Directory Properties:
   stable/8/usr.sbin/faithd/   (props changed)
 
 Modified: stable/8/usr.sbin/faithd/faithd.8
 ==============================================================================
 --- stable/8/usr.sbin/faithd/faithd.8	Tue Jul 26 16:14:57 2011	(r224449)
 +++ stable/8/usr.sbin/faithd/faithd.8	Tue Jul 26 17:02:17 2011	(r224450)
 @@ -29,7 +29,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd January 9, 2010
 +.Dd July 23, 2011
  .Dt FAITHD 8
  .Os
  .Sh NAME
 @@ -368,7 +368,7 @@ setting.
  .%A Kazu Yamamoto
  .%T "An IPv6-to-IPv4 transport relay translator"
  .%B RFC3142
 -.%O ftp://ftp.isi.edu/in-notes/rfc3142.txt
 +.%U http://www.ietf.org/rfc/rfc3142.txt
  .%D June 2001
  .Re
  .\"
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/159138: commit references a PR
Date: Tue, 26 Jul 2011 17:03:02 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Tue Jul 26 17:02:53 2011
 New Revision: 224451
 URL: http://svn.freebsd.org/changeset/base/224451
 
 Log:
   MFC 202386, 224284:
   
   202386 (by ru):
   Use the newly brought %U macro.
   
   224284:
   Fix various broken links in manual pages.
   
   PR:		159138
 
 Modified:
   stable/7/usr.sbin/faithd/faithd.8
 Directory Properties:
   stable/7/usr.sbin/faithd/   (props changed)
 
 Modified: stable/7/usr.sbin/faithd/faithd.8
 ==============================================================================
 --- stable/7/usr.sbin/faithd/faithd.8	Tue Jul 26 17:02:17 2011	(r224450)
 +++ stable/7/usr.sbin/faithd/faithd.8	Tue Jul 26 17:02:53 2011	(r224451)
 @@ -29,7 +29,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd January 9, 2010
 +.Dd July 23, 2011
  .Dt FAITHD 8
  .Os
  .Sh NAME
 @@ -368,7 +368,7 @@ setting.
  .%A Kazu Yamamoto
  .%T "An IPv6-to-IPv4 transport relay translator"
  .%B RFC3142
 -.%O ftp://ftp.isi.edu/in-notes/rfc3142.txt
 +.%U http://www.ietf.org/rfc/rfc3142.txt
  .%D June 2001
  .Re
  .\"
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
