Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2011 19:12:26 GMT
From:      Michiel Overtoom <motoom@xs4all.nl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/159144: [patch] fix for broken link in manpage stf(4)
Message-ID:  <201107231912.p6NJCQbv010331@red.freebsd.org>
Resent-Message-ID: <201107231920.p6NJK9Fu022944@freefall.freebsd.org>

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

>Number:         159144
>Category:       docs
>Synopsis:       [patch] fix for broken link in manpage stf(4)
>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:   Sat Jul 23 19:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Michiel Overtoom
>Release:        9.0-CURRENT
>Organization:
>Environment:
>Description:
The manpage to stf(4) contains a defunct URL:

   http://www.6bone.net/6bone_6to4.html

The site 6bone.net doesn't exist anymore, and will not be resurrected.
>How-To-Repeat:
Point your browser to http://www.6bone.net/6bone_6to4.html
>Fix:
After an email exchange with Bob Fink, former maintainer/owner of 6bone.net, the following URL would be appropriate:

  http://www.ipv6day.org/action.php?n=En.IPv6day

The supplied patch will effect this.

Patch attached with submission follows:

--- /usr/src/share/man/man4/stf.4.orig  2011-07-23 23:07:09.000000000 +0200
+++ /usr/src/share/man/man4/stf.4       2011-07-23 23:08:06.000000000 +0200
@@ -230,7 +230,7 @@
 .Xr inet 4 ,
 .Xr inet6 4
 .Pp
-.Pa http://www.6bone.net/6bone_6to4.html
+.Pa http://www.ipv6day.org/action.php?n=En.IPv6day
 .Rs
 .%A Brian Carpenter
 .%A Keith Moore


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



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