Updates to manpages

This commit is contained in:
Isaac Clerencia Perez 2005-04-09 15:01:23 +00:00
parent bf897d3369
commit 4a2dbf5b60
4 changed files with 25 additions and 11 deletions

View file

@ -13,7 +13,7 @@
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
.\"
.TH WESNOTH 6 "5. Februar 2005" "Wesnoth" "Battle for Wesnoth"
.TH WESNOTH 6 "9. April 2005" "Wesnoth" "Battle for Wesnoth"
.SH NAME
Battle for Wesnoth \- rundebasiertes Strategiespiel
@ -28,9 +28,7 @@ Battle for
.B Wesnoth
ist ein rundenbasiertes Strategiespiel in einem Fantasy Szeanrio.
Schlüpft in die Rolle eines Herrführers und führt Eure Armee zum Sieg.
Wählt aus verschiedenen Rassen, mit unterschiedlichen Fertigkeiten,
Waffen und Sprüchen, aus und zerschmettert Euren Gegner.
Schlüpft in die Rolle eines Herrführers und führt Eure Armee zum Sieg. Wählt aus verschiedenen Rassen, mit unterschiedlichen Fertigkeiten, Waffen und Sprüchen, aus und zerschmettert Euren Gegner.
.SH KOMMANDOZEILENOPTIONEN
@ -38,13 +36,17 @@ Waffen und Spr
.BR --bpp
Gibt einem die Möglichkeit die Farbtiefe zu bestimmen, in der das Spiel gestartet wird. Bsp: --bpp32
.TP
.BR --compress <entpackte_datei> <komprimierte_datei>
Wandelt eine normale WML-Textdatei (entpackte_datei) um in einen als WML-Binärdatei komprimierten Spielstand (komprimierte_datei).
.TP
.BR -d , \ --debug
Zeigt Eintwicklerinformationen im Spiel an.
.TP
.BR --decompress <komprimierte_datei> <entpackte_datei>
Wandelt einen als WML-Binärdatei komprimierten Spielstand (komprimierte_datei) um in eine normale Textdatei (entpackte_datei).
.BR --decompress \ <komprimierte_datei> \ <entpackte_datei>
Wandelt einen als WML-Binärdatei komprimierten Spielstand (komprimierte_datei) um in eine normale WML-Textdatei (entpackte_datei).
.TP
.BR -f , \ --fullscreen

View file

@ -13,7 +13,7 @@
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
.\"
.TH WESNOTHD 6 "5. Februar 2005" "Wesnothd" "Battle for Wesnoth Mehrspieler Netzwerkdämon"
.TH WESNOTHD 6 "9. April 2005" "Wesnothd" "Battle for Wesnoth Mehrspieler Netzwerkdämon"
.SH NAME
Battle for Wesnoth Mehrspieler Netzwerkdämon
@ -28,6 +28,10 @@ Mehrspieler Netzwerkd
.SH KOMMANDOZEILENOPTIONEN
.TP
.BR -d , \ --deamon
Startet das Programm als deamon.
.TP
.BR --fifo <PFAD>
Legt den PFAD (Weg) zur der Datei fest, die als Eingabestream benutzt werden soll.

View file

@ -13,7 +13,7 @@
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
.\"
.TH WESNOTH 6 "January 29th, 2005" "Wesnoth" "Battle for Wesnoth"
.TH WESNOTH 6 "April 9th, 2005" "Wesnoth" "Battle for Wesnoth"
.SH NAME
battle for wesnoth \- fantasy turn-based strategy game
@ -38,13 +38,17 @@ Build a Hero, and lead your army. Different races, with distinctive abilities,
.BR --bpp
sets BitsPerPixel value. Example: --bpp 32
.TP
.BR --compress \ <infile> \ <outfile>
compresses a savefile (infile) that is a normal WML-textfile into a WML-Binary file (outfile).
.TP
.BR -d , \ --debug
shows some extra debugging informations and options in-game.
.TP
.BR --decompress <infile> <outfile>
decompresses a savefile (infile) that is a WML-Binary into a normal textfile (outfile).
.BR --decompress \ <infile> \ <outfile>
decompresses a savefile (infile) that is a WML-Binary into a normal WML-textfile (outfile).
.TP
.BR -f , \ --fullscreen

View file

@ -13,7 +13,7 @@
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
.\"
.TH WESNOTHD 6 "January 22nd, 2005" "Wesnothd" "Battle for Wesnoth multiplayer network daemon"
.TH WESNOTHD 6 "April 9th 2005" "Wesnothd" "Battle for Wesnoth multiplayer network daemon"
.SH NAME
battle for wesnoth multiplayer network daemon
@ -28,6 +28,10 @@ multiplayer network daemon
.SH OPTIONS
.TP
.BR -d , \ --daemon
runs wesnothd as a daemon.
.TP
.BR --fifo PATH
sets PATH of file to be used for input stream.