Bug 160032

Summary: [PATCH] Close paragraph tag correctly in The Cutting Edge.
Product: Documentation Reporter: Chris Rees <crees>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Chris Rees 2011-08-23 18:40:03 UTC
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

Fix: 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.--tmKsHB3uxO1mnhcqKeonJ1gVMIPbGyVPhLK0X2W8dvBFnKTI
Content-Type: text/plain; name="cutting-edge-close-para-properly.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="cutting-edge-close-para-properly.diff"

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>
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-08-23 19:40:52 UTC
brueffer    2011-08-23 18:40:43 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml 
  Log:
  Properly close a <para> tag.
  
  PR:             160032
  Submitted by:   crees
  
  Revision  Changes    Path
  1.255     +1 -1      doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.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"
Comment 2 Christian Brueffer freebsd_committer freebsd_triage 2011-08-23 19:40:58 UTC
State Changed
From-To: open->closed

Committed, thanks!