Revision: 62232
          http://sourceforge.net/p/brlcad/code/62232
Author:   carlmoore
Date:     2014-08-19 14:36:30 +0000 (Tue, 19 Aug 2014)
Log Message:
-----------
use <command> construct for all references to the command name; remove most 
underscores from the EXAMPLE (where I am concerned about proper implemtation of 
line breaks), and remove period from SEE ALSO

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/system/man1/en/cad_boundp.xml

Modified: brlcad/trunk/doc/docbook/system/man1/en/cad_boundp.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/man1/en/cad_boundp.xml      2014-08-19 
14:08:41 UTC (rev 62231)
+++ brlcad/trunk/doc/docbook/system/man1/en/cad_boundp.xml      2014-08-19 
14:36:30 UTC (rev 62232)
@@ -26,7 +26,7 @@
 
 
 <refsect1 xml:id='description'><title>DESCRIPTION</title>
-<para><emphasis remap='I'>cad_boundp</emphasis>
+<para><command>cad_boundp</command>
 reads from
 <emphasis remap='I'>input</emphasis>
 (standard input if not specified)
@@ -57,7 +57,7 @@
 line segment data
 suitable for input into
 another invocation of
-<emphasis remap='I'>cad_boundp</emphasis>.</para>
+<command>cad_boundp</command> .</para>
 
 <para>Input lines not beginning with a number
 are silently skipped.
@@ -86,7 +86,7 @@
 </refsect1>
 
 <refsect1 xml:id='restrictions'><title>RESTRICTIONS</title>
-<para><emphasis remap='I'>cad_boundp</emphasis>
+<para><command>cad_boundp</command>
 may output a polygon
 smaller than desired
 or produce a
@@ -115,9 +115,9 @@
 
 <refsect1 xml:id='example'><title>EXAMPLE</title>
   <blockquote remap='RS'>
-<para>$ <emphasis remap='I'>cad_boundp -t 0.1
+<para>$ cad_boundp -t 0.1
 <!-- .br -->
-# comment
+# <emphasis remap='I'>comment</emphasis>
 <!-- .br -->
 0 2 0 1
 <!-- .br -->
@@ -139,6 +139,7 @@
 <!-- .br -->
 0 1 3 1
 <!-- .br -->
+<emphasis remap='I'>
 ^D</emphasis>
 <!-- .br -->
 1 0
@@ -164,12 +165,12 @@
 </refsect1>
 
 <refsect1 xml:id='see_also'><title>SEE ALSO</title>
-<para><citerefentry><refentrytitle>cad_parea</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para>
+<para><citerefentry><refentrytitle>cad_parea</refentrytitle><manvolnum>1</manvolnum></citerefentry></para>
 </refsect1>
 
 <refsect1 xml:id='diagnostics'><title>DIAGNOSTICS</title>
 <para>Any error condition causes
-<emphasis remap='I'>cad_boundp</emphasis>
+<command>cad_boundp</command>
 to terminate
 with non-zero exit status
 after it prints an error message
@@ -183,12 +184,12 @@
 having only one line segment
 connected to it
 is found on the perimeter,
-<emphasis remap='I'>cad_boundp</emphasis>
+<command>cad_boundp</command>
 produces the message
 "degenerate input".</para>
 
 <para>If there is too much data for
-<emphasis remap='I'>cad_boundp</emphasis>
+<command>cad_boundp</command>
 to handle,
 the message
 "out of memory"

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to