Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2008 23:13:04 +0200
From:      "Gabor PALI" <pgj@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/122698: [patch] Wrong Closing <para> Tag in FreeBSD Glossary
Message-ID:  <480125e3.02e2660a.02ad.3019@mx.google.com>
Resent-Message-ID: <200804122120.m3CLK3iC046832@freefall.freebsd.org>

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

>Number:         122698
>Category:       docs
>Synopsis:       [patch] Wrong Closing <para> Tag in FreeBSD Glossary
>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:   Sat Apr 12 21:20:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gabor PALI
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD disznohal 6.3-STABLE FreeBSD 6.3-STABLE #4: Fri Apr 4 23:29:43 CEST 2008 dezzy@disznohal:/usr/obj/usr/src/sys/GENERIC_ i386

>Description:
	There is a wrong closing tag for <para> near the definition
	of ``Request for Comments'' in FreeBSD Glossary (spotted in:
	en_US).

>How-To-Repeat:

>Fix:

	<para> -> </para>

--- freebsd-glossary.patch.diff begins here ---
Index: freebsd-glossary.sgml
===================================================================
RCS file: /doc/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml,v
retrieving revision 1.28
diff -u -r1.28 freebsd-glossary.sgml
--- freebsd-glossary.sgml	12 May 2007 13:12:14 -0000	1.28
+++ freebsd-glossary.sgml	12 Apr 2008 21:02:41 -0000
@@ -1629,7 +1629,7 @@
 	<para>A set of documents defining Internet standards, protocols, and
 	  so forth.  See
 	  <ulink url="http://www.rfc-editor.org/">www.rfc-editor.org</ulink>.
-	  <para>
+	  </para>
 	  
 	<para>Also used as a general term when someone has a suggested change
 	  and wants feedback.</para>
--- freebsd-glossary.patch.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?480125e3.02e2660a.02ad.3019>