Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jul 2001 19:15:31 +0300 (EEST)
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/28694: close an unfinished </para tag in the FDP Primer book
Message-ID:  <200107041615.f64GFV892819@hades.hell.gr>

next in thread | raw e-mail | index | archive | help

>Number:         28694
>Category:       docs
>Synopsis:       close an unfinished </para tag in the FDP Primer book
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 04 10:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>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:

        There is a </para> tag that lacks the closing > character in
        the FDP Primer.

>How-To-Repeat:

        On a copy of the doc/ tree:

        % grep -n 'para$' en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.sgml
        95:       however.</para

>Fix:

% cvs -q dif -u en_US.ISO8859-1/books/fdp-primer/
Index: en_US.ISO8859-1/books/fdp-primer//doc-build/chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.sgml,v
retrieving revision 1.2
diff -u -r1.2 chapter.sgml
--- en_US.ISO8859-1/books/fdp-primer//doc-build/chapter.sgml    2001/06/11 01:16:44     1.2
+++ en_US.ISO8859-1/books/fdp-primer//doc-build/chapter.sgml    2001/07/04 16:10:35
@@ -92,7 +92,7 @@
       <listitem>
        <para><application>install</application> is the default method
          to install the documentation.  There are alternatives,
-         however.</para
+         however.</para>
       </listitem>
     </itemizedlist>

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107041615.f64GFV892819>