]> git.pond.sub.org Git - empserver/blobdiff - man/emp_server.6
License upgrade to GPL version 3 or later
[empserver] / man / emp_server.6
index 1e9979df43ad6ff91744100f3e22405b0cc02332..b504929c478e65fc86fa33ace4b8f383a6d0035c 100644 (file)
@@ -12,6 +12,12 @@ emp_server \- Empire server
 [
 .BI \-e " configfile"
 ]
+[
+.BI \-E " action"
+]
+[
+.BI \-R " seed"
+]
 .if \nw \{\
 .br
 .B emp_server
@@ -26,9 +32,9 @@ emp_server \- Empire server
 .br
 .B emp_server
 [
-.B \-r
+.B \-u
 |
-.BI \-R " service-name"
+.BI \-U " service-name"
 ]\}
 .SH DESCRIPTION
 .B emp_server
@@ -37,17 +43,23 @@ the game.  For more information on the game of Empire, see the info
 pages within the game.
 .SH OPTIONS
 .TP
-.B \-d 
+.B \-d
 Debug mode.  This will prevent the server from forking itself into the
-background.  It will also make it abort when it detects an internal
-error.  You normally want to use this flag if you are running
+background.  Implies -E abort.  You normally want to use this flag if
+you are running
 .B emp_server
 from within a debugger.
 .TP
 .BI \-e " configfile"
 Use game configuration in \fIconfigfile\fR.
 .TP
-.B \-h 
+.BI \-E " action"
+What to do on recoverable internal error ("oops"): \fBabort\fP,
+\fBcrash\-dump\fP (but continue), \fBnothing\fP (default).
+.ie \nw \fBcrash-dump\fP is not implemented for Windows.
+.el \fBcrash-dump\fP works by aborting a fork of the server process.
+.TP
+.B \-h
 Help.  Print brief usage information and exit.
 .if \nw \{\
 .TP
@@ -61,15 +73,18 @@ Install as a Windows Service with the specified name.\}
 Threading debug mode.  Implies \fB-d\fR.
 .if \nw \{\
 .TP
-.B \-r
-Remove the Windows Service called "Empire Server".
+.B \-u
+Uninstall the Windows Service called "Empire Server".
 .TP
-.BI \-R " service-name"
-Remove the Windows Service with the specified name.\}
+.BI \-U " service-name"
+Uninstall the Windows Service with the specified name.\}
 .TP
 .B \-s
 Enable thread stack checking.
 .TP
+.B \-R " seed"
+Set the seed for random function.
+.TP
 .B \-v
 Print version information and exit.
 .SH OPERANDS
@@ -101,6 +116,6 @@ Please report all bugs to the Wolfpack <wolfpack@wolfpackempire.com>
 \fIempire\fR(6), \fIempsched\fR(6), \fIfairland\fR(6), \fIfiles\fR(6),
 \fIpconfig\fR(6).
 .SH AUTHORS
-Dave Pare, Jeff Bailey, Thomas Ruschak, Ken Stevens and Steve McClure
-are principal authors.  The full list of authors is too long to
-include here.
+Dave Pare, Jeff Bailey, Thomas Ruschak, Ken Stevens, Steve McClure and
+Markus Armbruster are principal authors.  The full list of authors is
+too long to include here.