Revision: 65335
          http://sourceforge.net/p/brlcad/code/65335
Author:   carlmoore
Date:     2015-06-16 20:38:36 +0000 (Tue, 16 Jun 2015)
Log Message:
-----------
consolidate the write-up of -s,-w,-n,-S,-W,-N (if the last 3 options are 
omitted, we use the input file size)

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/system/man1/en/bw-fb.xml
    brlcad/trunk/doc/docbook/system/man1/en/pix-fb.xml

Modified: brlcad/trunk/doc/docbook/system/man1/en/bw-fb.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/man1/en/bw-fb.xml   2015-06-16 19:53:24 UTC 
(rev 65334)
+++ brlcad/trunk/doc/docbook/system/man1/en/bw-fb.xml   2015-06-16 20:38:36 UTC 
(rev 65335)
@@ -51,7 +51,7 @@
 
 <para>By default, the
 <emphasis remap="I">bw</emphasis>
-file, and the requested framebuffer size, is assumed to be 512x512 pixels.
+file (and, automatically, the requested framebuffer size) is assumed to be 
512x512 pixels.
 Specifying the
 <option>-a</option>
 flag causes the program to attempt to autosize.
@@ -89,20 +89,18 @@
 <para>The
 <option>-w </option><replaceable>file_width</replaceable>
 flag specifies the width of each scanline in the input file, in pixels.
-<option>-W </option><replaceable>scr_width</replaceable>
-does the same for the display device.</para>
-
-<para>The
+The
 <option>-n </option><replaceable>file_height</replaceable>
-and
-<option>-N </option><replaceable>scr_height</replaceable>
-flags specify the height in scanlines of the input file and display device,
-respectively.</para>
-
-<para><option>-s </option><replaceable>squarefilesize</replaceable>
-and
+flag specifies the height in scanlines of the input file.
+Both are set to to the same value via
+<option>-s </option><replaceable>squarefilesize</replaceable>.
+(<option>-W </option><replaceable>scr_width</replaceable>,
+<option>-N </option><replaceable>scr_height</replaceable>, and
 <option>-S </option><replaceable>squarescrsize</replaceable>
-set both the height and width to the size given.</para>
+perform these roles for the display device; if none of these
+three options are used, the display device uses the dimensions
+of the input file.)
+</para>
 
 <para><option>-x </option><replaceable>file_xoff</replaceable>,
 <option>-y </option><replaceable>file_yoff</replaceable>,

Modified: brlcad/trunk/doc/docbook/system/man1/en/pix-fb.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/man1/en/pix-fb.xml  2015-06-16 19:53:24 UTC 
(rev 65334)
+++ brlcad/trunk/doc/docbook/system/man1/en/pix-fb.xml  2015-06-16 20:38:36 UTC 
(rev 65335)
@@ -52,7 +52,7 @@
 
 <para>By default, the
 <emphasis remap="I">pix</emphasis>
-file, and the requested framebuffer size, is assumed to be 512x512 pixels.
+file (and, automatically, the requested framebuffer size) is assumed to be 
512x512 pixels.
 Specifying the
 <option>-a</option>
 flag causes the program to attempt to autosize.
@@ -85,20 +85,18 @@
 <para>The
 <option>-w </option><replaceable>file_width</replaceable>
 flag specifies the width of each scanline in the input file, in pixels.
-<option>-W </option><replaceable>scr_width</replaceable>
-does the same for the display device.</para>
-
-<para>The
+The
 <option>-n </option><replaceable>file_height</replaceable>
-and
-<option>-N </option><replaceable>scr_height</replaceable>
-flags specifies the height in scanlines of the input file or display device
-respectively.</para>
-
-<para><option>-s </option><replaceable>squarefilesize</replaceable>
-and
+flag specifies the height in scanlines of the input file.
+Both are set to to the same value via
+<option>-s </option><replaceable>squarefilesize</replaceable>.
+(<option>-W </option><replaceable>scr_width</replaceable>,
+<option>-N </option><replaceable>scr_height</replaceable>, and
 <option>-S </option><replaceable>squarescrsize</replaceable>
-set both the height and width to the size given (for input file and display 
device respectively).</para>
+perform these roles for the display device; if none of these
+three options are used, the display device uses the dimensions
+of the input file.)
+</para>
 
 <para><option>-x </option><replaceable>file_xoff</replaceable> <option>-y 
</option><replaceable>file_yoff</replaceable>
 and

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