From owner-freebsd-doc@FreeBSD.ORG Sat Jul 23 10:40:12 2011 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 883511065686 for ; Sat, 23 Jul 2011 10:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DA2038FC1B for ; Sat, 23 Jul 2011 10:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6NAeB8H045986 for ; Sat, 23 Jul 2011 10:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6NAeBQ9045985; Sat, 23 Jul 2011 10:40:11 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jul 2011 10:40:11 GMT Resent-Message-Id: <201107231040.p6NAeBQ9045985@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michiel Overtoom Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE780106566B for ; Sat, 23 Jul 2011 10:35:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id AE5428FC0C for ; Sat, 23 Jul 2011 10:35:09 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6NAZ9OD075964 for ; Sat, 23 Jul 2011 10:35:09 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6NAZ9dN075963; Sat, 23 Jul 2011 10:35:09 GMT (envelope-from nobody) Message-Id: <201107231035.p6NAZ9dN075963@red.freebsd.org> Date: Sat, 23 Jul 2011 10:35:09 GMT From: Michiel Overtoom To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/159133: [patch] fix broken link in manpage mpt(4) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jul 2011 10:40:12 -0000 >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: