Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2011 18:31:15 +0100
From:      Chris Rees <crees@zeus.bayofrum.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/160032: [PATCH] Close paragraph tag correctly in The Cutting Edge.
Message-ID:  <BLU0-SMTP1717B1C225DF71177E9FD83A92E0@phx.gbl>
Resent-Message-ID: <201108231740.p7NHe3Xb072831@freefall.freebsd.org>

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

>Number:         160032
>Category:       docs
>Synopsis:       [PATCH] Close paragraph tag correctly in The Cutting Edge.
>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:   Tue Aug 23 17:40:03 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Chris Rees
>Release:        FreeBSD 8.2-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386


	
>Description:
In Deleting obsolete files, directories and libraries [1] there're some extraneous blank lines resulting from a <para> tag instead of a </para> tag. (look just under the Tip.)

[1] http://www.freebsd.org/doc/handbook/make-delete-old.html
>How-To-Repeat:
	
>Fix:

	

--- cutting-edge-close-para-properly.diff begins here ---
Index: chapter.sgml
===================================================================
RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml,v
retrieving revision 1.254
diff -u -r1.254 chapter.sgml
--- chapter.sgml	22 May 2011 18:49:23 -0000	1.254
+++ chapter.sgml	23 Aug 2011 17:29:14 -0000
@@ -3073,7 +3073,7 @@
     <para>A prompt is displayed before deleting each obsolete file.  You can
       skip the prompt and let the system remove these files automatically by
       using the <makevar>BATCH_DELETE_OLD_FILES</makevar> make-variable as
-      follows:<para>
+      follows:</para>
 
     <screen>&prompt.root; <userinput>make -DBATCH_DELETE_OLD_FILES delete-old</userinput></screen>
 
--- cutting-edge-close-para-properly.diff ends here ---



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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



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