From josef@daemon.li  Mon Dec  8 17:02:27 2003
Return-Path: <josef@daemon.li>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F1ADD16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  8 Dec 2003 17:02:27 -0800 (PST)
Received: from taro.utanet.at (taro.utanet.at [213.90.36.45])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F03C443D30
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  8 Dec 2003 17:02:25 -0800 (PST)
	(envelope-from josef@daemon.li)
Received: from patricia.utanet.at ([213.90.36.8])
	by taro.utanet.at with esmtp (Exim 4.12)
	id 1ATWGe-0007RB-00
	for FreeBSD-gnats-submit@freebsd.org; Tue, 09 Dec 2003 02:02:24 +0100
Received: from dsl-27-230.utaonline.at ([81.189.27.230] helo=jenny.daemon.li)
	by patricia.utanet.at with esmtp (Exim 4.12)
	id 1ATWGe-00013w-00
	for FreeBSD-gnats-submit@freebsd.org; Tue, 09 Dec 2003 02:02:24 +0100
Received: by jenny.daemon.li (Postfix, from userid 1005)
	id 150D84FB; Tue,  9 Dec 2003 02:03:40 +0100 (CET)
Message-Id: <20031209010340.150D84FB@jenny.daemon.li>
Date: Tue,  9 Dec 2003 02:03:40 +0100 (CET)
From: Josef El-Rayes <josef@daemon.li>
Reply-To: Josef El-Rayes <josef@daemon.li>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] handbook: correct wrong reference name
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         60058
>Category:       docs
>Synopsis:       [patch] handbook: correct wrong reference name
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    josef
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 08 17:10:15 PST 2003
>Closed-Date:    Mon Jan 19 14:37:05 PST 2004
>Last-Modified:  Mon Jan 19 14:37:05 PST 2004
>Originator:     Josef El-Rayes
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD jenny.daemon.li 4.9-STABLE FreeBSD 4.9-STABLE #5: Sun Nov 16 23:10:01 CET 2003 josef@jenny.daemon.li:/usr/obj/usr/src/sys/JENNY i386


	
>Description:

 the name of the reference to a chapter does not match
 the chapter name.
	
>How-To-Repeat:
	
>Fix:

	

--- chapter.sgml.diff begins here ---
--- chapter.sgml.orig	Tue Dec  9 01:52:27 2003
+++ chapter.sgml	Tue Dec  9 01:54:27 2003
@@ -522,7 +522,7 @@
 
       <para>If you have purchased FreeBSD on CD or DVD then you already have
 	everything you need, and should proceed to the next section 
-	(<link linkend="install-floppies">Preparing the Boot 
+	(<link linkend="install-floppies">Prepare the Boot 
 	  Media</link>).</para>
 
       <para>If you have not obtained the FreeBSD installation files you should
--- chapter.sgml.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Nik Clayton <nik@freebsd.org>
To: Josef El-Rayes <josef@daemon.li>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: docs/60058: [patch] handbook: correct wrong reference name
Date: Tue, 9 Dec 2003 08:56:08 +0000

 --Apple-Mail-2-311171403
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain; charset=US-ASCII; format=flowed
 
 
 On 9 Dec 2003, at 01:03, Josef El-Rayes wrote:
 > --- chapter.sgml.diff begins here ---
 > --- chapter.sgml.orig	Tue Dec  9 01:52:27 2003
 > +++ chapter.sgml	Tue Dec  9 01:54:27 2003
 > @@ -522,7 +522,7 @@
 >
 >        <para>If you have purchased FreeBSD on CD or DVD then you 
 > already have
 >  	everything you need, and should proceed to the next section
 > -	(<link linkend="install-floppies">Preparing the Boot
 > +	(<link linkend="install-floppies">Prepare the Boot
 >  	  Media</link>).</para>
 >
 >        <para>If you have not obtained the FreeBSD installation files 
 > you should
 > --- chapter.sgml.diff ends here ---
 
 That should probably be an <xref ...> rather than a <link ...> then.
 
 N
 
 --Apple-Mail-2-311171403
 content-type: application/pgp-signature; x-mac-type=70674453;
 	name=PGP.sig
 content-description: This is a digitally signed message part
 content-disposition: inline; filename=PGP.sig
 content-transfer-encoding: 7bit
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.3 (Darwin)
 
 iD8DBQE/1Y4sk6gHZCw343URAvOYAJoDEYgM4Kw/IZlM63xe+fAM7mjIqQCfRH+B
 okhnR20WUDSXKerOwAnbBEQ=
 =hWGk
 -----END PGP SIGNATURE-----
 
 --Apple-Mail-2-311171403--
 

From: Josef El-Rayes <j.el-rayes@daemon.li>
To: Nik Clayton <nik@freebsd.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: docs/60058: [patch] handbook: correct wrong reference name
Date: Sun, 21 Dec 2003 17:26:04 +0100

 --DKU6Jbt7q3WqK7+M
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Nik Clayton <nik@freebsd.org> wrote:
 >  That should probably be an <xref ...> rather than a <link ...> then.
 sorry, i had corrected this one.
 new diff is attached.
 
 greets, josef
 
 --DKU6Jbt7q3WqK7+M
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="chapter.sgml.diff"
 
 --- chapter.sgml.orig	Wed Dec 10 15:13:41 2003
 +++ chapter.sgml	Sun Dec 21 17:19:35 2003
 @@ -522,8 +522,7 @@
  
        <para>If you have purchased FreeBSD on CD or DVD then you already have
  	everything you need, and should proceed to the next section 
 -	(<link linkend="install-floppies">Preparing the Boot 
 -	  Media</link>).</para>
 +	(<xref linkend="install-floppies">).</para>
  
        <para>If you have not obtained the FreeBSD installation files you should
  	skip ahead to <xref linkend="install-diff-media"> which explains how
 
 --DKU6Jbt7q3WqK7+M--
Responsible-Changed-From-To: freebsd-doc->josef 
Responsible-Changed-By: josef 
Responsible-Changed-When: Thu Jan 15 14:55:42 PST 2004 
Responsible-Changed-Why:  
I'll take this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60058 
State-Changed-From-To: open->closed 
State-Changed-By: josef 
State-Changed-When: Mon Jan 19 14:36:50 PST 2004 
State-Changed-Why:  
Committed, thanks Josef. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60058 
>Unformatted:
