gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash doc/gnash.1 gui/gnash.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash doc/gnash.1 gui/gnash.cpp
Date: Tue, 17 Oct 2006 10:02:44 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/17 10:02:44

Modified files:
        doc            : gnash.1 
        gui            : gnash.cpp 

Log message:
        -r3 is default nowadays...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/gnash.1?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gnash.cpp?cvsroot=gnash&r1=1.48&r2=1.49

Patches:
Index: doc/gnash.1
===================================================================
RCS file: /sources/gnash/gnash/doc/gnash.1,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- doc/gnash.1 17 Oct 2006 07:52:58 -0000      1.5
+++ doc/gnash.1 17 Oct 2006 10:02:44 -0000      1.6
@@ -1,9 +1,9 @@
-.TH gnash 1 "$Date: 2006/10/17 07:52:58 $" "$Author: nihilus $" "GNU Flash 
Player" \" -*- $Id: gnash.1,v 1.5 2006/10/17 07:52:58 nihilus Exp $ -*-
+.TH gnash 1 "$Date: 2006/10/17 10:02:44 $" "$Author: nihilus $" "GNU Flash 
Player" \" -*- $Id: gnash.1,v 1.6 2006/10/17 10:02:44 nihilus Exp $ -*-
 .SH NAME
 gnash \- GNU Flash Player
 .SH SYNOPSIS
 .B gnash 
-[options] movie_file.swf
+[OPTION]... [FILE]...
 .SH DESCRIPTION
 .BR gnash 
 is a GNU project to create a free software player and web browser 
@@ -51,11 +51,11 @@
 \-r [0|1|2|3]
 0 disables renderering and sound (good for batch tests)
 
-1 enables rendering & disables sound (default)
+1 enables rendering & disables sound 
 
 2 enables sound & disables rendering
 
-3 enables both rendering & sound
+3 enables both rendering & sound (default)
 .TP 
 \-t sec
 Timeout and exit after the specified number of seconds

Index: gui/gnash.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gnash.cpp,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- gui/gnash.cpp       16 Oct 2006 15:27:53 -0000      1.48
+++ gui/gnash.cpp       17 Oct 2006 10:02:44 -0000      1.49
@@ -88,9 +88,9 @@
         "  -1          Play once; exit when/if movie reaches the last frame\n"
         "  -r <0|1|2|3>\n"
        "              0 disables both rendering & sound (good for batch 
tests)\n"
-        "              1 enables rendering & disables sound (default)\n"
+        "              1 enables rendering & disables sound\n"
         "              2 enables sound & disables rendering\n"
-        "              3 enables both rendering & sound\n"
+        "              3 enables both rendering & sound (default)\n"
         "  -t <sec>    Timeout and exit after the specified number of 
seconds\n"
         "  -b <bits>   Bit depth of output window (16 or 32, default is 16)\n"
         "  -u <url>    Set \"real\" url of the movie\n"




reply via email to

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