Date: Sat, 23 Jul 2011 12:23:26 GMT From: Michiel Overtoom <motoom@xs4all.nl> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/159138: [patch] fix for broken link in manpage faithd(8) Message-ID: <201107231223.p6NCNQIR053245@red.freebsd.org> Resent-Message-ID: <201107231230.p6NCUCd7048440@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107231223.p6NCNQIR053245>