docs/159135: [patch] fix for link rot in manpage wi(4)
Michiel Overtoom
motoom at xs4all.nl
Sat Jul 23 12:00:28 UTC 2011
>Number: 159135
>Category: docs
>Synopsis: [patch] fix for link rot in manpage wi(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 12:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Michiel Overtoom
>Release: 9.0-CURRENT
>Organization:
>Environment:
>Description:
The SEE ALSO section of manpage wi(4) contains this broken link:
HCF Light programming specification http://www.wavelan.com
>How-To-Repeat:
Try to open http://www.wavelan.com in your browser
>Fix:
The supplied patch changes the URL into http://bwrc.eecs.berkeley.edu/People/Grad_Students/jbeutel/wavelan_s0005-11-light.htm
which contains the said specification.
Patch attached with submission follows:
--- /usr/src/share/man/man4/wi.4.orig 2011-07-23 15:47:40.000000000 +0200
+++ /usr/src/share/man/man4/wi.4 2011-07-23 15:49:10.000000000 +0200
@@ -319,7 +319,7 @@
.Xr wpa_supplicant 8 .
.Rs
.%T HCF Light programming specification
-.%U http://www.wavelan.com
+.%U http://bwrc.eecs.berkeley.edu/People/Grad_Students/jbeutel/wavelan_s0005-11-light.htm
.Re
.Sh HISTORY
The
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list