gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog doc/C/usermanual/usage.xml


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog doc/C/usermanual/usage.xml
Date: Mon, 17 Mar 2008 14:50:57 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/03/17 14:50:57

Modified files:
        .              : ChangeLog 
        doc/C/usermanual: usage.xml 

Log message:
                * doc/C/usermanual/usage.xml: add new long options, correct some
                  descriptions.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5946&r2=1.5947
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/usage.xml?cvsroot=gnash&r1=1.12&r2=1.13

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5946
retrieving revision 1.5947
diff -u -b -r1.5946 -r1.5947
--- ChangeLog   17 Mar 2008 14:03:13 -0000      1.5946
+++ ChangeLog   17 Mar 2008 14:50:56 -0000      1.5947
@@ -3,6 +3,8 @@
        * server/vm/ASHandlers.cpp: don't try to access an element of an
          empty string; use string.at(), which would throw an exception if
          we try to do so.
+       * doc/C/usermanual/usage.xml: add new long options, correct some
+         descriptions.
 
 2008-03-17 Benjamin Wolsey <address@hidden>
 

Index: doc/C/usermanual/usage.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/usermanual/usage.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- doc/C/usermanual/usage.xml  5 Mar 2008 15:22:22 -0000       1.12
+++ doc/C/usermanual/usage.xml  17 Mar 2008 14:50:57 -0000      1.13
@@ -76,14 +76,14 @@
        </thead>
        <tbody>
          <row>
-           <entry><option>-h</option></entry>
+           <entry><option>-h, --help</option></entry>
            <entry>
              Print usage information.
            </entry>
          </row>
          <row>
            <entry>
-             <option>-s factor</option>
+             <option>-s, --scale</option> 
<replaceable>&lt;factor&gt;</replaceable>
            </entry>
            <entry>
              Scale the movie up/down by the specified factor.
@@ -101,7 +101,7 @@
          </row>
          <row>
            <entry>
-             <option>-d num</option>
+             <option>-d, --delay</option> 
<replaceable>&lt;num&gt;</replaceable>
            </entry>
            <entry>
              Number of milliseconds to delay in main loop. The main
@@ -114,7 +114,7 @@
          </row>
          <row>
            <entry>
-             <option>-v</option>
+             <option>-v, --verbose</option>
            </entry>
            <entry>
              Be verbose; i.e. print important messages to stdout.
@@ -133,7 +133,7 @@
              <option>-va</option>
            </entry>
            <entry>
-             Be verbose about movie actions (for ActionScript debugging). This
+             Be verbose about movie actions (for ActionScript debugging). This 
usually
              generates very large amounts of text and will affect &app;'s 
performance.
            </entry>
          </row>
@@ -142,46 +142,34 @@
              <option>-vp</option>
            </entry>
            <entry>
-             Be verbose about parsing the movie. Warning: this can
-             generate a lot of text, and can affect the performance of
-             the movie you are playing.
+             Be verbose about parsing the movie. This generates a fairly large
+             amount of text, and is likely to affect &app;'s performance.
            </entry>
          </row>
          <row>
            <entry>
-             <option>-ml bias</option>
+             <option>-w, --writelog</option>
            </entry>
            <entry>
-             Specify the texture LOD bias (float, default is -1) This
-             affects the fuzziness of small objects, especially small
-             text.
+             Write the log messages to disk using the file specified in the 
gnashrc file.
+             The default is gnash-dbg.log.
            </entry>
          </row>
          <row>
            <entry>
-             <option>-w</option>
+             <option>-j, --width</option> 
<replaceable>&lt;num&gt;</replaceable>
            </entry>
            <entry>
-             Write a debug log called gnash-dbg.log. This will 
-             record of all the debug messages whether they are printed
-             to the screen or not.
-           </entry>
-         </row>
-         <row>
-           <entry>
-             <option>-j</option>
-           </entry>
-           <entry>
-             Specify the width of the window. This is mostly used
+             Specify the starting width of the window. This is mostly used
              only by the plugin.
            </entry>
          </row>
          <row>
            <entry>
-             <option>-k</option>
+             <option>-k, --height</option> 
<replaceable>&lt;num&gt;</replaceable>
            </entry>
            <entry>
-             Specify the height of the window. This is mostly used
+             Specify the starting height of the window. This is mostly used
              only by the plugin.
            </entry>
          </row>
@@ -199,16 +187,16 @@
                <row>
            -->
            <entry>
-             <option>-1</option>
+             <option>-1, --once</option>
            </entry>
            <entry>
-             Play once; exit when/if movie reaches the last
+             Play once; exit if or when the movie reaches the last
              frame.
            </entry>
          </row>
          <row>
            <entry>
-             <option>-r [0|1|2|3]</option>
+             <option>-r, --render-mode</option> 
<replaceable>&lt;0|1|2|3&gt;</replaceable>
            </entry>
            <entry>
              <itemizedlist>
@@ -219,7 +207,7 @@
                </listitem>
                <listitem>
                  <para>
-                   1 enables rendering and disables sound (default setting).
+                   1 enables rendering and disables sound.
                  </para>
                </listitem>
                <listitem>
@@ -229,7 +217,7 @@
                </listitem>
                <listitem>
                  <para>
-                   3 enables rendering and sound.
+                   3 enables rendering and sound (default).
                  </para>
                </listitem>
              </itemizedlist>
@@ -237,7 +225,7 @@
          </row>
          <row>
            <entry>
-             <option>-t sec</option>
+             <option>-t, --timeout</option> 
<replaceable>&lt;sec&gt;</replaceable>
            </entry>
            <entry>
              Timeout and exit after the specified number of
@@ -247,7 +235,7 @@
          </row>
          <row>
            <entry>
-             <option>-g</option>
+             <option>-g, --debugger</option>
            </entry>
            <entry>
              Start &app; with a Flash debugger console so one can set
@@ -256,7 +244,7 @@
          </row>
          <row>
            <entry>
-             <option>-x id</option>
+             <option>-x, --xid</option> <replaceable>&lt;ID&gt;</replaceable>
            </entry>
            <entry>
              This specifies the X11 window ID to display
@@ -276,7 +264,7 @@
 -->
          <row>
            <entry>
-             <option>-u url</option>
+             <option>-u, --real-url</option> 
<replaceable>&lt;URL&gt;</replaceable>
            </entry>
            <entry>
              Set the _url member of the root movie. This is useful 
@@ -286,17 +274,17 @@
          </row>
          <row>
            <entry>
-             <option>-U baseurl</option>
+             <option>-U, --base-url</option> 
<replaceable>&lt;URL&gt;</replaceable>
            </entry>
            <entry>
              Set base URL for this run. URLs are resolved relative to 
-             this base. If omitted defaults to the _url member of the 
+             this base. If omitted or empty, it defaults to the _url member of 
the 
              top-level movie (see the -u switch).
            </entry>
          </row>
          <row>
            <entry>
-             <option>-P parameter</option>
+             <option>-P, --param</option> 
<replaceable>&lt;parameter&gt;</replaceable>
            </entry>
            <entry>
              Parameters are given in the syntax &quot;ParamName=Value&quot; 
and are mostly 
@@ -308,7 +296,7 @@
          </row>
          <row>
            <entry>
-             <option>-F filedescriptor</option>
+             <option>-F, --fd</option> 
<replaceable>&lt;filedescriptor&gt;</replaceable>
            </entry>
            <entry>
              Use the given filedescriptor to send requests to the host
@@ -318,6 +306,24 @@
              support javascript and target windows in geturl requests.
            </entry>
          </row>
+         <row>
+           <entry>
+             <option>--max-advances</option> 
<replaceable>&lt;num&gt;</replaceable>
+           </entry>
+           <entry>
+          Exit after the specified number of frame advances.
+           </entry>
+         </row>          
+         <row>
+           <entry>
+             <option>--fullscreen</option>
+           </entry>
+           <entry>
+          Start &app; in fullscreen mode as long as the GUI and window
+          manager support this. 
+           </entry>
+         </row>        
+
        </tbody>
       </tgroup>
     </table>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]