Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2011 11:00:43 GMT
From:      Michiel Overtoom <motoom@xs4all.nl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/159134: [patch] fix broken link and typo in manpage rue(4)
Message-ID:  <201107231100.p6NB0h4K010840@red.freebsd.org>
Resent-Message-ID: <201107231110.p6NBAAt4072965@freefall.freebsd.org>

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

>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:



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