Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2011 10:35:09 GMT
From:      Michiel Overtoom <motoom@xs4all.nl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/159133: [patch] fix broken link in manpage mpt(4)
Message-ID:  <201107231035.p6NAZ9dN075963@red.freebsd.org>
Resent-Message-ID: <201107231040.p6NAeBQ9045985@freefall.freebsd.org>

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

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



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