docs/133216: [patch][doc] Incorrect link to "Adding disks" article pointing from FAQ
pluknet
pluknet at gmail.com
Mon Mar 30 17:40:02 UTC 2009
>Number: 133216
>Category: docs
>Synopsis: [patch][doc] Incorrect link to "Adding disks" article pointing from FAQ
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 30 17:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: pluknet
>Release: FreeBSD 7.2-PRERELEASE
>Organization:
n/a
>Environment:
>Description:
Staying in http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html.
There is an incorrect link to the "Adding Disks" article in the Handbook at this line:
" See the Adding Disks section in the FreeBSD Handbook. ",
where Adding Disks points to 404:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/add-disks.html
should be:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-adding.html
>How-To-Repeat:
>Fix:
A possible correcting patch (not tested):
--- book.sgml.orig 2009-03-30 21:34:52.000000000 +0400
+++ book.sgml 2009-03-30 21:36:08.000000000 +0400
@@ -12,7 +12,7 @@
<corpauthor>The &os; Documentation Project</corpauthor>
- <pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.1110 2009/03/10 06:01:59 pgj Exp $</pubdate>
+ <pubdate>$FreeBSD$</pubdate>
<copyright>
<year>1995</year>
@@ -4960,7 +4960,7 @@
<answer>
<para>See the <ulink
- url="&url.books.handbook;/add-disks.html">Adding Disks</ulink>
+ url="&url.books.handbook;/disks-adding.html">Adding Disks</ulink>
section in the &os; Handbook.</para>
</answer>
</qandaentry>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list