From charon@labs.gr  Mon Oct  1 17:22:58 2001
Return-Path: <charon@labs.gr>
Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5])
	by hub.freebsd.org (Postfix) with ESMTP id 8BD6437B40B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Oct 2001 17:22:57 -0700 (PDT)
Received: from hades.hell.gr (patr530-a222.otenet.gr [212.205.215.222])
	by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f920MsV14458
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 2 Oct 2001 03:22:54 +0300 (EEST)
Received: (from charon@localhost)
	by hades.hell.gr (8.11.6/8.11.6) id f920Msx00808;
	Tue, 2 Oct 2001 03:22:54 +0300 (EEST)
	(envelope-from charon)
Message-Id: <200110020022.f920Msx00808@hades.hell.gr>
Date: Tue, 2 Oct 2001 03:22:54 +0300 (EEST)
From: Giorgos Keramidas <charon@labs.gr>
Reply-To: Giorgos Keramidas <charon@labs.gr>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: correction of two broken <ulink> elements in the fdp-primer book
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30976
>Category:       docs
>Synopsis:       correction of two broken <ulink> elements in the fdp-primer book
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 01 17:30:01 PDT 2001
>Closed-Date:    Mon Oct 1 22:24:41 PDT 2001
>Last-Modified:  Mon Oct 01 22:25:06 PDT 2001
>Originator:     Giorgos Keramidas
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

System: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Tue Sep 4
  19:49:44 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386

>Description:

	While reading through the fdp primer sgml source, I noticed these two
	<ulink>'s that seemed funny.  The first one results in a wrong URL
	referenced by the resulting HTML, and the second, hmm, I don't know
	how it managed to pass the validator  Probably because it's wrapped in
	a CDATA.

>How-To-Repeat:
>Fix:

--- patch begins here ---
Index: see-also/chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/fdp-primer/see-also/chapter.sgml,v
retrieving revision 1.6
diff -u -r1.6 chapter.sgml
--- see-also/chapter.sgml	13 Jul 2001 20:48:01 -0000	1.6
+++ see-also/chapter.sgml	1 Oct 2001 23:32:23 -0000
@@ -64,7 +64,7 @@
       
       <listitem>
 	<para><ulink
-	    url='http://etext.virginia.edu/bin/tei-tocs?div=DIV1&amp;id=SG">http://etext.virginia.edu/bin/tei-tocs?div=DIV1&amp;id=SG'>Gentle introduction to SGML</ulink></para>
+	    url="http://etext.virginia.edu/bin/tei-tocs?div=DIV1&amp;id=SG">Gentle introduction to SGML</ulink></para>
       </listitem>
     </itemizedlist>
   </sect1>
Index: sgml-markup/chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml,v
retrieving revision 1.29
diff -u -r1.29 chapter.sgml
--- sgml-markup/chapter.sgml	12 Aug 2001 19:41:44 -0000	1.29
+++ sgml-markup/chapter.sgml	1 Oct 2001 23:40:50 -0000
@@ -2525,7 +2525,7 @@
   <link linkend="chapter1">the first chapter</link>.</para>
 
 <para>More specific information can be found in
-  <link linkend="chapter1-sect1>this</link> section.</para>]]></programlisting>
+  <link linkend="chapter1-sect1">this</link> section.</para>]]></programlisting>
 	  
 	  <para>This will generate the following
 	    (<emphasis>emphasised</emphasis> text indicates the text that will
--- patch ends here ---
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: murray 
State-Changed-When: Mon Oct 1 22:24:41 PDT 2001 
State-Changed-Why:  
Thanks for finding the broken links!  Your patch was committed. 


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30976 
>Unformatted:
