From pali.gabor@googlemail.com  Sat Apr 12 21:13:14 2008
Return-Path: <pali.gabor@googlemail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D6D59106567F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Apr 2008 21:13:14 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158])
	by mx1.freebsd.org (Postfix) with ESMTP id 7A6FC8FC43
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Apr 2008 21:13:11 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: by fg-out-1718.google.com with SMTP id 16so1011403fgg.35
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Apr 2008 14:13:08 -0700 (PDT)
Received: by 10.86.28.5 with SMTP id b5mr9090709fgb.79.1208034788075;
        Sat, 12 Apr 2008 14:13:08 -0700 (PDT)
Received: from pgj@FreeBSD.org ( [80.98.116.90])
        by mx.google.com with ESMTPS id y2sm14755366mug.9.2008.04.12.14.13.05
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sat, 12 Apr 2008 14:13:07 -0700 (PDT)
Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Sat, 12 Apr 2008 23:13:04 +0200
Message-Id: <480125e3.02e2660a.02ad.3019@mx.google.com>
Date: Sat, 12 Apr 2008 23:13:04 +0200
From: "Gabor PALI" <pgj@FreeBSD.org>
Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= <pali.gabor@googlemail.com>
Reply-To: Gabor PALI <pgj@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Wrong Closing <para> Tag in FreeBSD Glossary
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         122698
>Category:       docs
>Synopsis:       [patch] Wrong Closing <para> Tag in FreeBSD Glossary
>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:   Sat Apr 12 21:20:03 UTC 2008
>Closed-Date:    Sat Apr 12 23:41:00 CEST 2008
>Last-Modified:  Sat Apr 12 21:50:01 UTC 2008
>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:
State-Changed-From-To: open->closed 
State-Changed-By: brueffer 
State-Changed-When: Sat Apr 12 23:40:42 CEST 2008 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122698 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/122698: commit references a PR
Date: Sat, 12 Apr 2008 21:40:47 +0000 (UTC)

 brueffer    2008-04-12 21:40:31 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml 
   Log:
   Correct closing tag.
   
   PR:             122698
   Submitted by:   pgj
   
   Revision  Changes    Path
   1.29      +1 -1      doc/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
