docs/122698: [patch] Wrong Closing <para> Tag in FreeBSD Glossary

Gabor PALI pgj at FreeBSD.org
Sat Apr 12 21:20:03 UTC 2008


>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 at 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:



More information about the freebsd-doc mailing list