manpage update (Ivanovic)

This commit is contained in:
Yann Dirson 2005-01-26 20:40:45 +00:00
parent c29147efd4
commit 0ccf037f50
4 changed files with 72 additions and 13 deletions

View file

@ -1,5 +1,6 @@
CVS
* fixed editor to work with zipios support enabled
* updated manpages
Version 0.8.9:
* new translations:

View file

@ -38,9 +38,13 @@ abilities, weapons and spells.
.SH OPTIONS
.TP
.BR --bpp
sets BitsPerPixel value. Example: --bpp 32
.TP
.BR -d , \ --debug
show some extra debugging information in-game.
shows some extra debugging information in-game.
.TP
.BR -f , \ --fullscreen
@ -50,10 +54,22 @@ runs the game in full screen mode.
.BR -h , \ --help
tells you about what the command line options do.
.TP
.BR --multiplayer
runs multiplayer game.
.TP
.BR --nosound
runs game without sounds and music.
.TP
.BR --path
prints the name of the game data directory and exits.
.TP
.BR -r, --resolution
sets screen resolution. Example: -r 800x600
.TP
.BR -t , \ --test
runs the game in a small test scenario.
@ -64,7 +80,7 @@ runs the game in windowed mode.
.TP
.BR -v , \ --version
print version number and exit.
shows version number and exit.
.TP
.BR --log-error="domain1,domain2,..." , \ --log-warning=... , \ --log-info=...
@ -74,6 +90,36 @@ sets the severity level of the debug domains. "all" can be used to match any deb
.BR --nocache
disables chaching of game data.
.SH Options for --multiplayer
.TP
.BR --algorithm=value
???
.TP
.BR --controller=value
???
.TP
.BR --era=which
Use this option to play in the selected era.
.TP
.BR --nogui
Runs the game without the GUI.
.TP
.BR --parm=name:value
Sets additional parameters.
.TP
.BR --scenario=name
Use this option to play the selected szenario or map.
.TP
.BR --side=value
???
.SH AUTHOR
Written by David White <davidnwhite@optusnet.com.au>.
Edited by Nils Kneuper <crazy-ivanovic@gmx.net>.

View file

@ -13,7 +13,7 @@
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
.\"
.TH WESNOTH_EDITOR 6 "December 28, 2004" "Wesnoth_editor" "Battle for Wesnoth map editor"
.TH WESNOTH_EDITOR 6 "January 22nd, 2004" "Wesnoth_editor" "Battle for Wesnoth map editor"
.SH NAME
battle for wesnoth map editor
@ -28,6 +28,10 @@ map editor
.SH OPTIONS
.TP
.BR --datadir
selects the data directory to use.
.TP
.BR -f , \ --fullscreen
runs the game in full screen mode.
@ -41,20 +45,16 @@ tells you about what the command line options do.
prints the name of the game data directory and exits.
.TP
.BR -w , \ --windowed
runs the game in windowed mode.
.BR -r , \ --resolution
sets screen resolution. Example: -r 800x600
.TP
.BR -v , \ --version
print version number and exit.
prints version number and exit.
.TP
.BR --resolution
set the resolution of the window.
.TP
.BR --datadir
select the data directory to use.
.BR -w , \ --windowed
runs the game in windowed mode.
.SH AUTHOR
Written by David White <davidnwhite@optusnet.com.au>.

View file

@ -13,7 +13,7 @@
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
.\"
.TH WESNOTHD 6 "December 28, 2004" "Wesnothd" "Battle for Wesnoth multiplayer network daemon"
.TH WESNOTHD 6 "January 22nd, 2004" "Wesnothd" "Battle for Wesnoth multiplayer network daemon"
.SH NAME
battle for wesnoth multiplayer network daemon
@ -28,14 +28,26 @@ multiplayer network daemon
.SH OPTIONS
.TP
.BR --fifo PATH
sets PATH of file to be used for input stream.
.TP
.BR -h , \ --help
tells you about what the command line options do.
.TP
.BR -m , \ --max_packet_size
sets maximum packet size to the specified value.
.TP
.BR -p , \ --port
binds the server to the specified port. If no port is specified, port 15000 will be used.
.TP
.BR -v , \ --version
shows version number and exit.
.SH AUTHOR
Written by David White <davidnwhite@optusnet.com.au>.
Edited by Nils Kneuper <crazy-ivanovic@gmx.net>.