From mark@dogma.freebsd-uk.eu.org Fri Oct 22 06:07:22 1999
Return-Path: <mark@dogma.freebsd-uk.eu.org>
Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27])
	by hub.freebsd.org (Postfix) with SMTP id 265FD1500E
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 22 Oct 1999 06:06:00 -0700 (PDT)
	(envelope-from mark@dogma.freebsd-uk.eu.org)
Received: (qmail 18900 invoked from network); 22 Oct 1999 13:05:58 -0000
Received: from userbf30.uk.uudial.com (HELO marder-1.) (62.188.142.51)
  by smtp.dial.pipex.com with SMTP; 22 Oct 1999 13:05:58 -0000
Received: (from root@localhost)
	by marder-1. (8.9.3/8.8.8) id OAA03115;
	Fri, 22 Oct 1999 14:05:34 +0100 (BST)
	(envelope-from mark)
Message-Id: <199910221305.OAA03115@marder-1.>
Date: Fri, 22 Oct 1999 14:05:34 +0100 (BST)
From: Mark Ovens <mark@ukug.uk.freebsd.org>
Sender: mark@dogma.freebsd-uk.eu.org
Reply-To: Mark Ovens <mark@ukug.uk.freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Fix broken links in the FAQ
X-Send-Pr-Version: 3.2

>Number:         14460
>Category:       docs
>Synopsis:       Fix broken links in the FAQ
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jhb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 23 06:47:17 PDT 1999
>Closed-Date:    Wed May 24 04:12:04 PDT 2000
>Last-Modified:  Wed May 24 04:13:41 PDT 2000
>Originator:     Mark Ovens
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
>Environment:

	
	FreeBSD marder-1 3.3-STABLE FreeBSD 3.3-STABLE #2:
	Sun Oct 17 20:05:39 BST 1999
	root@marder-1:/usr/src/sys/compile/MARDER-1  i386

>Description:

	Several links in the FAQ are out of date

>How-To-Repeat:

	Read the FAQ:

	/usr/share/doc/en_US.ISO_8859-1/books/faq/book.html#AEN1634
	/usr/share/doc/en_US.ISO_8859-1/books/faq/book.html#AEN1585
	/usr/share/doc/en_US.ISO_8859-1/books/faq/book.html#AEN473

>Fix:
	

*** book.sgml.orig	Fri Oct 22 13:28:35 1999
--- book.sgml	Fri Oct 22 13:58:11 1999
***************
*** 964,970 ****
  <qandaentry><question>
  <para>Can I have more than one operating system on my PC?</para></question><answer>
  
! <para>Have a look at <ulink URL="../tutorials/multi-os/">The multi-OS page.</ulink></para>
    
  </answer></qandaentry>
  
--- 964,970 ----
  <qandaentry><question>
  <para>Can I have more than one operating system on my PC?</para></question><answer>
  
! <para>Have a look at <ulink URL="../../articles/multi-os/article.html">The multi-OS page.</ulink></para>
    
  </answer></qandaentry>
  
***************
*** 3357,3364 ****
  <qandaentry><question>
  <para>How can I add my new hard disk to my FreeBSD system?</para></question><answer>
  
! <para>See the Disk Formatting Tutorial at 
! <ulink URL="../tutorials/formatting-media/">www.FreeBSD.org</ulink>.</para>
    
  </answer></qandaentry>
  
--- 3357,3364 ----
  <qandaentry><question>
  <para>How can I add my new hard disk to my FreeBSD system?</para></question><answer>
  
! <para>See the
! <ulink URL="../../articles/formatting-media/article.html">Disk Formatting Tutorial</ulink>.</para>
    
  </answer></qandaentry>
  
***************
*** 3473,3479 ****
    
  <para><emphasis remap=bf> NT</emphasis>: A read-only NTFS driver exists for FreeBSD. For more 
  information, see this tutorial by Mark Ovens at
! <ulink URL="http://www.users.globalnet.co.uk/~markov/ntfs_install.html">http://www.users.globalnet.co.uk/~markov/ntfs_install.html</ulink>.</para>
    
  <para>Any other information on this subject would be appreciated.</para>
    
--- 3473,3479 ----
    
  <para><emphasis remap=bf> NT</emphasis>: A read-only NTFS driver exists for FreeBSD. For more 
  information, see this tutorial by Mark Ovens at
! <ulink URL="http://ukug.uk.freebsd.org/~mark/ntfs_install.html">http://ukug.uk.freebsd.org/~mark/ntfs_install.html</ulink>.</para>
    
  <para>Any other information on this subject would be appreciated.</para>
    


>Release-Note:
>Audit-Trail:

From: John Baldwin <jobaldwi@vt.edu>
To: Mark Ovens <mark@dogma.freebsd-uk.eu.org>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: RE: docs/14460: Fix broken links in the FAQ
Date: Sat, 23 Oct 1999 13:44:27 -0400 (EDT)

 On 22-Oct-99 Mark Ovens wrote:
 >>Fix:
 >       
 > 
 > *** book.sgml.orig    Fri Oct 22 13:28:35 1999
 > --- book.sgml Fri Oct 22 13:58:11 1999
 > ***************
 > *** 964,970 ****
 >   <qandaentry><question>
 >   <para>Can I have more than one operating system on my
 > PC?</para></question><answer>
 >   
 > ! <para>Have a look at <ulink URL="../tutorials/multi-os/">The
 > multi-OS page.</ulink></para>
 
 Actually, if you check the web side at www.FreeBSD.org, this one isn't
 broken.  The tutorials are still installed in tutorials/ for now, and
 the html-split version includes an index.html, so these old links work
 fine.  This goes for the second hunk as well.
   
 >   </answer></qandaentry>
 >   
 > ***************
 > *** 3473,3479 ****
 >     
 >   <para><emphasis remap=bf> NT</emphasis>: A read-only NTFS driver
 > exists for FreeBSD. For more 
 >   information, see this tutorial by Mark Ovens at
 > ! <ulink
 > URL="http://www.users.globalnet.co.uk/~markov/ntfs_install.html">http:
 > //www.users.globalnet.co.uk/~markov/ntfs_install.html</ulink>.</para>
 >     
 >   <para>Any other information on this subject would be
 > appreciated.</para>
 
 I am going to commit this one, thanks.
    
 ---
 
 John Baldwin <jobaldwi@vt.edu> -- http://www.cslab.vt.edu/~jobaldwi/
 PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc
 "Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/
 
State-Changed-From-To: open->feedback 
State-Changed-By: jhb 
State-Changed-When: Sat Oct 23 10:53:27 PDT 1999 
State-Changed-Why:  
I've committed one part of the patch, but I don't think the other parts 
of the patch should be added. 


Responsible-Changed-From-To: freebsd-doc->jhb 
Responsible-Changed-By: jhb 
Responsible-Changed-When: Sat Oct 23 10:53:27 PDT 1999 
Responsible-Changed-Why:  
I'll take this one. 

From: parish <stonewall@btinternet.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: docs/14460: Fix broken links in the FAQ
Date: Tue, 23 May 2000 22:22:44 +0100

 I thought this had been closed. Anyway, I see no reason not to close it,
 I had not understood the way the links were set up so there is no
 problem left to fix.
 
 Will someone close it please?
 
State-Changed-From-To: feedback->closed 
State-Changed-By: jhb 
State-Changed-When: Wed May 24 04:12:04 PDT 2000 
State-Changed-Why:  
Old PR that I forgot to close.  Already committed eons ago.  Thanks. 
>Unformatted:
