misc/159138: [patch] fix for broken link in manpage faithd(8)

Michiel Overtoom motoom at xs4all.nl
Sat Jul 23 12:30:13 UTC 2011


>Number:         159138
>Category:       misc
>Synopsis:       [patch] fix for broken link in manpage faithd(8)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 23 12:30:12 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


More information about the freebsd-bugs mailing list