Author: suokko
Date: Wed Aug 27 23:58:59 2008
New Revision: 29041

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29041&view=rev
Log:
Added missing server configuration file keys and tags to man page

Modified:
    trunk/doc/man/wesnothd.6

Modified: trunk/doc/man/wesnothd.6
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/doc/man/wesnothd.6?rev=29041&r1=29040&r2=29041&view=diff
==============================================================================
--- trunk/doc/man/wesnothd.6 (original)
+++ trunk/doc/man/wesnothd.6 Wed Aug 27 23:58:59 2008
@@ -108,6 +108,9 @@
 .SS "Global keys:"
 .
 .TP
+.B ban_save_file
+Full or relative path to a file that server can read and write. All bans 
active in server will be writen there.
+.TP
 .B connections_allowed
 The number of allowed connections from the same IP. \fB0\fR means infinite. 
(default: \fB5\fR)
 .TP
@@ -129,6 +132,9 @@
 .TP
 .B passwd
 The password used to gain admin privileges. Usually it starts with `admin '.
+.TP
+.B restart_command
+Command that server can use to start new server process. Restart can be done 
using /query restart.
 .TP
 .B versions_accepted
 A comma separated list of version strings to be accepted by the server. `*' 
and `?' from wildcard patterns are supported.
@@ -155,6 +161,8 @@
 in regard to wildcard patterns.
 .RE
 .P
+.B [ban_time]
+A tag to define keywords for temporary ban lengths. Name and time keys are 
used by server.
 .B [proxy]
 A tag to tell the server to act as a proxy and forward the connected client's 
requests to the specified server.
 Accepts the same keys as 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to