mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 18:13:52 +00:00
manpage update (Ivanovic)
This commit is contained in:
parent
0a54370f75
commit
c1d8eba755
@ -39,6 +39,7 @@ CVS HEAD:
|
||||
* Muff Malal's Peninsula- Make it a penisula, give Konrad the option of fighting
|
||||
(bonus) or fleeing
|
||||
* flying creatures can now cross canyons
|
||||
* updated unix manpages
|
||||
* "," is no longer the column separator, it does not have to be escaped
|
||||
anymore in some translations, "=" is the new separator
|
||||
* fix pathfinding bug (#11196)
|
||||
|
@ -13,7 +13,7 @@
|
||||
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
.\"
|
||||
|
||||
.TH WESNOTH 6 "October 16, 2003" "Wesnoth" "Battle for Wesnoth"
|
||||
.TH WESNOTH 6 "December 28, 2004" "Wesnoth" "Battle for Wesnoth"
|
||||
|
||||
.SH NAME
|
||||
battle for wesnoth \- fantasy turn-based strategy game
|
||||
@ -39,31 +39,44 @@ abilities, weapons and spells.
|
||||
.SH OPTIONS
|
||||
|
||||
.TP
|
||||
.BR -h , \ --help
|
||||
should tell you about what the command line options do, but doesn't yet :)
|
||||
.BR -d , \ --debug
|
||||
show some extra debugging information in-game.
|
||||
|
||||
.TP
|
||||
.BR -f , \ --fullscreen
|
||||
run program in full screen mode.
|
||||
runs the game in full screen mode.
|
||||
|
||||
.TP
|
||||
.BR -w , \ --windowed
|
||||
run program in windowed mode.
|
||||
.BR -h , \ --help
|
||||
tells you about what the command line options do.
|
||||
|
||||
.TP
|
||||
.BR --path
|
||||
prints the name of the game data directory and exits.
|
||||
|
||||
.TP
|
||||
.BR -t , \ --test
|
||||
run program in a small test scenario.
|
||||
runs the game in a small test scenario.
|
||||
|
||||
.TP
|
||||
.BR -d , \ --debug
|
||||
show some extra debugging information in-game.
|
||||
.BR -w , \ --windowed
|
||||
runs the game in windowed mode.
|
||||
|
||||
.TP
|
||||
.BR -v , \ --version
|
||||
print version number and exit.
|
||||
|
||||
.TP
|
||||
.BR --log-error="domain1,domain2,..." , \ --log-warning=... , \ --log-info=...
|
||||
sets the severity level of the debug domains. "all" can be used to match any debug domain.
|
||||
|
||||
.TP
|
||||
.BR --nocache
|
||||
disables chaching of game data.
|
||||
|
||||
.SH AUTHOR
|
||||
Written by David White <davidnwhite@optusnet.com.au>.
|
||||
Edited by Nils Kneuper <crazy-ivanovic@gmx.net>.
|
||||
This manual page was originally written by Cyril Bouthors <cyril@bouthors.org>.
|
||||
.br
|
||||
Visit the official homepage: http://www.wesnoth.org/
|
||||
|
@ -13,7 +13,7 @@
|
||||
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
.\"
|
||||
|
||||
.TH WESNOTH_EDITOR 6 "October 16, 2003" "Wesnoth_editor" "Battle for Wesnoth map editor"
|
||||
.TH WESNOTH_EDITOR 6 "December 28, 2004" "Wesnoth_editor" "Battle for Wesnoth map editor"
|
||||
|
||||
.SH NAME
|
||||
battle for wesnoth map editor
|
||||
@ -26,8 +26,39 @@ Battle for
|
||||
.B Wesnoth
|
||||
map editor
|
||||
|
||||
.SH OPTIONS
|
||||
|
||||
.TP
|
||||
.BR -f , \ --fullscreen
|
||||
runs the game in full screen mode.
|
||||
|
||||
.TP
|
||||
.BR -h , \ --help
|
||||
tells you about what the command line options do.
|
||||
|
||||
.TP
|
||||
.BR --path
|
||||
prints the name of the game data directory and exits.
|
||||
|
||||
.TP
|
||||
.BR -w , \ --windowed
|
||||
runs the game in windowed mode.
|
||||
|
||||
.TP
|
||||
.BR -v , \ --version
|
||||
print version number and exit.
|
||||
|
||||
.TP
|
||||
.BR --resolution
|
||||
set the resolution of the window.
|
||||
|
||||
.TP
|
||||
.BR --datadir
|
||||
select the data directory to use.
|
||||
|
||||
.SH AUTHOR
|
||||
Written by David White <davidnwhite@optusnet.com.au>.
|
||||
Edited by Nils Kneuper <crazy-ivanovic@gmx.net>.
|
||||
This manual page was originally written by Cyril Bouthors <cyril@bouthors.org>.
|
||||
.br
|
||||
Visit the official homepage: http://www.wesnoth.org/
|
||||
|
@ -13,7 +13,7 @@
|
||||
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
.\"
|
||||
|
||||
.TH WESNOTHD 6 "October 16, 2003" "Wesnothd" "Battle for Wesnoth multiplayer network daemon"
|
||||
.TH WESNOTHD 6 "December 28, 2004" "Wesnothd" "Battle for Wesnoth multiplayer network daemon"
|
||||
|
||||
.SH NAME
|
||||
battle for wesnoth multiplayer network daemon
|
||||
@ -28,12 +28,17 @@ multiplayer network daemon
|
||||
|
||||
.SH OPTIONS
|
||||
|
||||
.TP
|
||||
.BR -h , \ --help
|
||||
tells you about what the command line options do.
|
||||
|
||||
.TP
|
||||
.BR -p , \ --port
|
||||
binds the server to the specified port
|
||||
binds the server to the specified port. If no port is specified, port 15000 will be used.
|
||||
|
||||
.SH AUTHOR
|
||||
Written by David White <davidnwhite@optusnet.com.au>.
|
||||
Edited by Nils Kneuper <crazy-ivanovic@gmx.net>.
|
||||
This manual page was originally written by Cyril Bouthors <cyril@bouthors.org>.
|
||||
.br
|
||||
Visit the official homepage: http://www.wesnoth.org/
|
||||
|
Loading…
x
Reference in New Issue
Block a user