Revision: 55893
          http://sourceforge.net/p/brlcad/code/55893
Author:   carlmoore
Date:     2013-06-28 19:57:12 +0000 (Fri, 28 Jun 2013)
Log Message:
-----------
new man page for fblabel

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

Modified: brlcad/trunk/doc/docbook/system/man1/en/fblabel.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/man1/en/fblabel.xml 2013-06-28 15:45:54 UTC 
(rev 55892)
+++ brlcad/trunk/doc/docbook/system/man1/en/fblabel.xml 2013-06-28 19:57:12 UTC 
(rev 55893)
@@ -16,9 +16,12 @@
 <refsynopsisdiv xml:id="synopsis">
 <cmdsynopsis sepchar=" ">
   <command>fblabel</command>
-    <arg choice="opt" rep="norepeat">-hca </arg>
+    <arg choice="opt" rep="norepeat">-dca </arg>
     <arg choice="opt" rep="norepeat">-F 
<replaceable>framebuffer</replaceable></arg>
     <arg choice="opt" rep="norepeat">-f 
<replaceable>fontname</replaceable></arg>
+    <arg choice="opt" rep="norepeat">-{sS} 
<replaceable>squaresize/b</replaceable></arg>
+    <arg choice="opt" rep="norepeat">-{wW} 
<replaceable>width/b</replaceable></arg>
+    <arg choice="opt" rep="norepeat">-{nN} 
<replaceable>height/b</replaceable></arg>
     <arg choice="opt" rep="norepeat">-C <replaceable>r/g/b</replaceable></arg>
     <arg choice="plain" 
rep="norepeat"><replaceable>x_position</replaceable></arg>
     <arg choice="plain" 
rep="norepeat"><replaceable>y_position</replaceable></arg>
@@ -47,12 +50,13 @@
 flag.</para>
 
 <para>By default, the
-requested framebuffer size, is assumed to be 512x512 pixels.
-Specifying the
-<option>-h</option>
-flag changes the size to 1024x1024.</para>
+requested framebuffer size is assumed to be 512x512 pixels..</para>
 
 <para>The
+<option>-d</option>
+flag is for debugging.</para>
+
+<para>The
 <option>-c</option>
 flag causes the screen to be cleared before the text string is displayed.
 The default behavior is to label the current image
@@ -71,18 +75,26 @@
 <option>-f fontname</option>
 flag will change the current default
 font from nonie.r.12 to "/usr/lib/vfont/fontname".</para>
+
+<para>The
+<option>-S</option>
+flag sets the width and the height to the same value; the
+<option>-W</option>
+and
+<option>-N</option>
+flags set them individually..</para>
 </refsection>
 
 <refsection xml:id="fonts"><title>FONTS</title>
 <para><emphasis remap="I">Fblabel</emphasis>
-expects the Berkley fonts in the directory /usr/lib/vfont.
+expects the Berkeley fonts in the directory /usr/lib/vfont.
 The fonts are expected to be in Vax byte order,
 even if that is not the natural byte order of the machine,
 to avoid having to create a font converter.</para>
 </refsection>
 
 <refsection xml:id="example"><title>EXAMPLE</title>
-<para>fblabel -h -f "oldenglish.14" `fbpoint -h` "Hello"</para>
+<para>fblabel -f "oldenglish.14" `fbpoint -h` "Hello"</para>
 </refsection>
 
 <refsection xml:id="see_also"><title>SEE ALSO</title>

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


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to