get wesnoth_editor.6 in sync (style and content) with the main manpage
This commit is contained in:
parent
7d973e733d
commit
7616425e7a
1 changed files with 33 additions and 30 deletions
|
@ -12,79 +12,82 @@
|
|||
.\" along with this program; if not, write to the Free Software
|
||||
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
.\"
|
||||
|
||||
.TH WESNOTH_EDITOR 6 "June 2005" "wesnoth_editor" "Battle for Wesnoth map editor"
|
||||
|
||||
.
|
||||
.TH WESNOTH_EDITOR 6 "2007" "wesnoth_editor" "Battle for Wesnoth map editor"
|
||||
.
|
||||
.SH NAME
|
||||
wesnoth_editor \- Battle for Wesnoth map editor
|
||||
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.
|
||||
.B wesnoth_editor
|
||||
|
||||
[\fIOPTIONS\fR]
|
||||
[\fIMAP\fR]
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
Battle for
|
||||
.B Wesnoth
|
||||
map editor.
|
||||
|
||||
.
|
||||
.SH OPTIONS
|
||||
|
||||
.
|
||||
.TP
|
||||
.B --datadir
|
||||
selects the data directory to use.
|
||||
|
||||
.TP
|
||||
.BR -f , \ --fullscreen
|
||||
runs the editor in full screen mode.
|
||||
|
||||
.TP
|
||||
.BR -h , \ --help
|
||||
tells you what the command line options do.
|
||||
|
||||
.TP
|
||||
.B --path
|
||||
prints the name of the game data directory and exits.
|
||||
|
||||
.TP
|
||||
.BR -r , \ --resolution
|
||||
sets screen resolution. Example: -r 800x600
|
||||
|
||||
sets screen resolution. Example:
|
||||
.B -r 800x600
|
||||
.TP
|
||||
.BR --bpp
|
||||
sets BitsPerPixel value. Example: --bpp 32
|
||||
|
||||
sets BitsPerPixel value. Example:
|
||||
.B --bpp 32
|
||||
.TP
|
||||
.BR -v , \ --version
|
||||
prints version number and exits.
|
||||
|
||||
.TP
|
||||
.BR -w , \ --windowed
|
||||
runs the editor in windowed mode.
|
||||
.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.
|
||||
.B --log-info
|
||||
shows all messages,
|
||||
.B --log-warning
|
||||
only warnings and errors, and
|
||||
.B --log-error
|
||||
just errors.
|
||||
.BR --log- level = domain1 , domain2 , ...
|
||||
sets the severity level of the log domains.
|
||||
.B all
|
||||
can be used to match any log domain. Available levels:
|
||||
.BR error ,\ warning ,\ info ,\ debug .
|
||||
By default the
|
||||
.B error
|
||||
level is used.
|
||||
.TP
|
||||
.B --logdomains
|
||||
Dumps a list of all log domains and exits.
|
||||
|
||||
.
|
||||
.SH AUTHOR
|
||||
.
|
||||
Written by David White <davidnwhite@verizon.net>.
|
||||
.br
|
||||
Edited by Nils Kneuper <crazy-ivanovic@gmx.net> and ott <ott@gaon.net>.
|
||||
.br
|
||||
This manual page was originally written by Cyril Bouthors <cyril@bouthors.org>.
|
||||
.br
|
||||
Visit the official homepage: http://www.wesnoth.org/
|
||||
|
||||
.
|
||||
.SH COPYRIGHT
|
||||
Copyright \(co 2003-2006 David White <davidnwhite@verizon.net>
|
||||
.
|
||||
Copyright \(co 2003-2007 David White <davidnwhite@verizon.net>
|
||||
.br
|
||||
This is Free Software; this software is licensed under the GPL version 2, as published by the Free Software Foundation.
|
||||
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
.
|
||||
.SH SEE ALSO
|
||||
wesnoth(6), wesnothd(6)
|
||||
.
|
||||
.BR wesnoth (6),
|
||||
.BR wesnothd (6)
|
||||
|
|
Loading…
Add table
Reference in a new issue