docs/159134: [patch] fix broken link and typo in manpage rue(4)
Michiel Overtoom
motoom at xs4all.nl
Sat Jul 23 11:10:11 UTC 2011
>Number: 159134
>Category: docs
>Synopsis: [patch] fix broken link and typo in manpage rue(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 11:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Michiel Overtoom
>Release: 9.0-CURRENT
>Organization:
>Environment:
>Description:
The SEE ALSO section of the manpage rue(4) contains the following line:
"ReakTek RTL8150 data sheet" ftp://ftp.realtek.com.tw/lancard/data_sheet/8150/
That FTP server doesn't exist anymore. The new address, http://www.realtek.com/downloads/, presents a login screen (only Realtek partners are allowed to download data sheets apparently). However, I found a RTL8150 PDF datasheet on some datasheet aggregation server, downloadable via a direct link.
>How-To-Repeat:
Point your browser or file fetch program at ftp://ftp.realtek.com.tw/lancard/data_sheet/8150/
>Fix:
Apply patch to repair the broken line to:
"RealTek RTL8150 data sheet" http://pdf.seekdatasheet.com/2008714/200807142333305235.pdf
Patch attached with submission follows:
--- /usr/src/share/man/man4/rue.4.orig 2011-07-23 14:45:11.000000000 +0200
+++ /usr/src/share/man/man4/rue.4 2011-07-23 14:54:17.000000000 +0200
@@ -139,8 +139,8 @@
.Xr ng_ether 4 ,
.Xr ifconfig 8
.Rs
-.%T "ReakTek RTL8150 data sheet"
-.%U ftp://ftp.realtek.com.tw/lancard/data_sheet/8150/
+.%T "RealTek RTL8150 data sheet"
+.%U http://pdf.seekdatasheet.com/2008714/200807142333305235.pdf
.Re
.Sh HISTORY
The
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list