docs/160032: [PATCH] Close paragraph tag correctly in The Cutting Edge.
Chris Rees
crees at zeus.bayofrum.net
Tue Aug 23 17:40:04 UTC 2011
>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 at 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:
More information about the freebsd-doc
mailing list