From keramida@ceid.upatras.gr  Wed Jul  4 19:47:54 2001
Return-Path: <keramida@ceid.upatras.gr>
Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5])
	by hub.freebsd.org (Postfix) with ESMTP id B25F337B403
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jul 2001 19:47:49 -0700 (PDT)
	(envelope-from keramida@ceid.upatras.gr)
Received: from hades.hell.gr (patr530-b027.otenet.gr [195.167.121.155])
	by mailsrv.otenet.gr (8.11.1/8.11.1) with ESMTP id f652ljo07396
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 5 Jul 2001 05:47:45 +0300 (EEST)
Received: (from charon@localhost)
	by hades.hell.gr (8.11.4/8.11.3) id f652lg800441;
	Thu, 5 Jul 2001 05:47:43 +0300 (EEST)
	(envelope-from charon)
Message-Id: <200107050247.f652lg800441@hades.hell.gr>
Date: Thu, 5 Jul 2001 05:47:43 +0300 (EEST)
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
Reply-To: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: the rest of those unfinished closing tags in doc/* tree
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         28705
>Category:       docs
>Synopsis:       the rest of those unfinished closing tags in doc/* tree
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 04 19:50:02 PDT 2001
>Closed-Date:    Mon Jul 30 13:41:23 PDT 2001
>Last-Modified:  Mon Jul 30 13:42:27 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 #0: Sun Jun 24 18:34:43 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386

>Description:

	A search in the doc/ tree with:

		% find . -type f | xargs grep '</[a-z]*$'

        revealed that several closing tags like </link> were unclosed
        (i.e. lacking their closing '>' char).

        The attached patch corrects all those that a quick search like
        this caught.  Some of the patched files are in the translated
        documents, and I am not sure if this is the right place to
        send the corrections, but here they are :)

>How-To-Repeat:

        Check out a recent doc/ tree and run the find/grep command
        shown above.

>Fix:

Index: en_US.ISO8859-1/books/porters-handbook/book.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v
retrieving revision 1.154
diff -c -u -r1.154 book.sgml
--- en_US.ISO8859-1/books/porters-handbook/book.sgml	2001/06/23 06:57:06	1.154
+++ en_US.ISO8859-1/books/porters-handbook/book.sgml	2001/07/05 01:44:59
@@ -1494,8 +1494,7 @@
             <para>Assuming <command>cc -shared</command> is used rather than
               <command>ld</command> directly, the only difference is that you
               need to add
-              <option>-Wl,-<replaceable>soname,libfoo.so.M</replaceable></option
->
+              <option>-Wl,-<replaceable>soname,libfoo.so.M</replaceable></option>
               on the command line for ELF.</para>
             </listitem>
         </itemizedlist>
Index: es_ES.ISO8859-1/books/handbook/ports/chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/es_ES.ISO8859-1/books/handbook/ports/chapter.sgml,v
retrieving revision 1.1
diff -c -u -r1.1 chapter.sgml
--- es_ES.ISO8859-1/books/handbook/ports/chapter.sgml	2000/08/25 13:00:28	1.1
+++ es_ES.ISO8859-1/books/handbook/ports/chapter.sgml	2001/07/05 01:45:53
@@ -929,7 +929,7 @@
       <listitem>
         <para>P. Este sistema de ports es realmente fant&aacute;stici. Estoy
         desesperado por saber como lo habeis hecho. &iquest;Cu&aacute;l es el 
-        secreto?</para
+        secreto?</para>
 
         <para>R. No hay nada secreto, lo tienes todo en los ficheros
         <filename>bsd.ports.mk</filename> y 
Index: fr_FR.ISO8859-1/articles/multi-os/article.sgml
===================================================================
RCS file: /home/ncvs/doc/fr_FR.ISO8859-1/articles/multi-os/article.sgml,v
retrieving revision 1.3
diff -c -u -r1.3 article.sgml
--- fr_FR.ISO8859-1/articles/multi-os/article.sgml	2001/06/21 03:38:24	1.3
+++ fr_FR.ISO8859-1/articles/multi-os/article.sgml	2001/07/05 01:46:30
@@ -530,7 +530,7 @@
         nous venons de l'expliquer.</para>
     </sect2>
     <sect2 id="limits">
-      <title>Restrictions pour le d&eacute;marrage et avertissements</title
+      <title>Restrictions pour le d&eacute;marrage et avertissements</title>
       <para>Voici maintenant les choses int&eacute;ressantes auxquelles il faut
         faire attention.</para>
         <sect3>
Index: ja_JP.eucJP/books/handbook/install/chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/ja_JP.eucJP/books/handbook/install/chapter.sgml,v
retrieving revision 1.11
diff -c -u -r1.11 chapter.sgml
--- ja_JP.eucJP/books/handbook/install/chapter.sgml	2001/04/09 02:15:18	1.11
+++ ja_JP.eucJP/books/handbook/install/chapter.sgml	2001/07/05 01:47:37
@@ -197,7 +197,7 @@
         <title>CDROM 饤󥹥ȡ뤹</title>
 	
 	<para>ʤ CDROM ɥ饤֤ FreeBSD ǥݡȤʤǤ,
-	  <link linkend="install-msdos">MS-DOS ѡƥ</link
+	  <link linkend="install-msdos">MS-DOS ѡƥ</link>
           >Υ.</para>
 	
 	<para><ulink url="http://www.osd.bsdi.com/">BSDi</ulink>
@@ -237,7 +237,7 @@
           ǽʤ٤ƤΥ󥹥ȡˡ򤬤Ǥ褦ˤʤޤ.</para>
 
 	<para>UNIX ƥǵưեåԡ,
-          Υɤ<link linkend="install-floppies">󥹥ȡեåԡκ</link
+          Υɤ<link linkend="install-floppies">󥹥ȡեåԡκ</link>
           >Υ򻲾ȤƤ.</para>
 	
 	<para>DOS , ⤷ϥեåԡǥεưλ,          
Index: ja_JP.eucJP/books/handbook/l10n/chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/ja_JP.eucJP/books/handbook/l10n/chapter.sgml,v
retrieving revision 1.13
diff -c -u -r1.13 chapter.sgml
--- ja_JP.eucJP/books/handbook/l10n/chapter.sgml	2001/06/11 01:20:13	1.13
+++ ja_JP.eucJP/books/handbook/l10n/chapter.sgml	2001/07/05 01:48:29
@@ -237,9 +237,9 @@
             ƥνեΥɲä,
             ٤ƤΥˤư٤ɬפʥ̾ MIME
             ʸåȤĶѿ˳Ƥ뤳ȤǤޤ.
-	    <link linkend="usr-setup">桼</link
+	    <link linkend="usr-setup">桼</link>
               >ϥ桼ȤǹԤʤޤ,
-	    <link linkend="adm-setup">Ԥ</link
+	    <link linkend="adm-setup">Ԥ</link>
               >ˤϥѥ桼θ¤ɬפȤʤޤ.</para>
 
 	  <sect5 id="usr-setup">
@@ -351,7 +351,7 @@
 	  <note>
 	    <para>ƥץऴȤ˰ۤʤä꤬ɬפʤ,
 	      ˡϿ侩ޤ.
-	       <link linkend="login-class">󥯥饹Ѥˡ</link
+	       <link linkend="login-class">󥯥饹Ѥˡ</link>
                 >ȤäƤ.</para>
 	  </note>
 
@@ -770,7 +770,7 @@
 	  </listitem>
 	</itemizedlist>
 
-	<para><link linkend="setting-console">󥽡</link
+	<para><link linkend="setting-console">󥽡</link>
             >ꤹݤˤĤƤ, ξϤ򻲾ȤƤ.
 	</para>
       </sect3>
Index: ja_JP.eucJP/books/handbook/printing/chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/ja_JP.eucJP/books/handbook/printing/chapter.sgml,v
retrieving revision 1.14
diff -c -u -r1.14 chapter.sgml
--- ja_JP.eucJP/books/handbook/printing/chapter.sgml	2001/06/07 18:29:12	1.14
+++ ja_JP.eucJP/books/handbook/printing/chapter.sgml	2001/07/05 01:49:08
@@ -28,7 +28,7 @@
 
     <para>⤷, LPD
       ¾Υץ󥿥ס󥰥ƥˤĤƤǤ˾ܤμ򤪻,
-      <link linkend="printing-intro-setup">ס󥰥ƥΥåȥå</link
+      <link linkend="printing-intro-setup">ס󥰥ƥΥåȥå</link>
         >ɤ߻ϤƤ⹽ޤ.</para>
   </sect1>
 
@@ -171,7 +171,7 @@
       <para>ǡץ󥿤뤿˥ꥢޤϥѥ륤󥿥ե ǤϤʤ,
         ͥåȥץȥѤ,
         <link linkend="printing-advanced-network-net-if"
-              >ͥåȥˤǡȥ꡼।󥿥եĥץ</link
+              >ͥåȥˤǡȥ꡼।󥿥եĥץ</link>
           >.</para>
 
       <para>Υȥ<quote>ץƳ</quote>Ǥ,
@@ -191,7 +191,7 @@
 
         <para>⤷ץ󥿤³Ƥ,
           ¾Υڥ졼ƥ󥰥ƥǥץ󥿤ΰƤ,
-          <link linkend="printing-software">եȥ</link
+          <link linkend="printing-software">եȥ</link>
             >ޤɤФȤ¿ʬǤǤ礦.</para>
 
         <sect4 id="printing-ports">
Index: ja_JP.eucJP/books/porters-handbook/book.sgml
===================================================================
RCS file: /home/ncvs/doc/ja_JP.eucJP/books/porters-handbook/book.sgml,v
retrieving revision 1.24
diff -c -u -r1.24 book.sgml
--- ja_JP.eucJP/books/porters-handbook/book.sgml	2001/06/21 03:38:31	1.24
+++ ja_JP.eucJP/books/porters-handbook/book.sgml	2001/07/05 01:49:36
@@ -258,7 +258,7 @@
           <para>ѥå󥰥ꥹȤǺΤ,
             ˤȤƤʺȤˤʤޤ.
             ⤷¿Υե򥤥󥹥ȡ뤹 port ʤ,
-            <link linkend="porting-autoplist">ѥå󥰥ꥹȤư</link
+            <link linkend="porting-autoplist">ѥå󥰥ꥹȤư</link>
               >л֤ˤʤ뤫Τޤ.</para>
         </note>
       </sect2>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: dd 
State-Changed-When: Sat Jul 7 18:09:49 PDT 2001 
State-Changed-Why:  
en part of the patch committed; I'm not touching the translations, though. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28705 
State-Changed-From-To: analyzed->closed 
State-Changed-By: asmodai 
State-Changed-When: Mon Jul 30 13:41:23 PDT 2001 
State-Changed-Why:  
Rallied our loyal translators. :) 

Reported which files still had problems. 

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