docs/159133: [patch] fix broken link in manpage mpt(4)

Michiel Overtoom motoom at xs4all.nl
Sat Jul 23 10:40:12 UTC 2011


>Number:         159133
>Category:       docs
>Synopsis:       [patch] fix broken link in manpage mpt(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 10:40:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Michiel Overtoom
>Release:        9.0-CURRENT
>Organization:
>Environment:
>Description:
The 'SEE ALSO' section of manpage mpt(4) contains the following link:

  "LSI Logic Website" http://www.lsilogic.com/

..but that URL requires authentication, and is unusable for the general public.
>How-To-Repeat:
Point your browser to http://www.lsilogic.com/
>Fix:

Change to 

   "LSI Logic Website" http://www.lsi.com/

That seems to be their current website.


Patch attached with submission follows:

--- /usr/src/share/man/man4/mpt.4.orig  2011-07-23 14:28:58.000000000 +0200
+++ /usr/src/share/man/man4/mpt.4       2011-07-23 14:31:17.000000000 +0200
@@ -161,7 +161,7 @@
 .Xr gmultipath 8
 .Rs
 .%T "LSI Logic Website"
-.%U http://www.lsilogic.com/
+.%U http://www.lsi.com/
 .Re
 .Sh HISTORY
 The
 

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



More information about the freebsd-doc mailing list