Document Windows usage. Since this is useless and confusing on other
platforms, it is only included in if number register w is non-zero.
This commit is contained in:
parent
cec548b32b
commit
782474a6c3
1 changed files with 42 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
.TH EMP_SERVER 6
|
.TH EMP_SERVER 6
|
||||||
|
.\" Note: Options specific to the native Windows port are suppressed
|
||||||
|
.\" unless you format with non-zero number register w, e.g. by
|
||||||
|
.\" supplying -rw1 to nroff.
|
||||||
.SH NAME
|
.SH NAME
|
||||||
emp_server \- Empire server
|
emp_server \- Empire server
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -9,7 +12,24 @@ emp_server \- Empire server
|
||||||
[
|
[
|
||||||
.BI \-e " configfile"
|
.BI \-e " configfile"
|
||||||
]
|
]
|
||||||
|
.if \nw \{\
|
||||||
.br
|
.br
|
||||||
|
.B emp_server
|
||||||
|
[
|
||||||
|
.BI \-i
|
||||||
|
|
|
||||||
|
.BI \-I " service-name"
|
||||||
|
]
|
||||||
|
[
|
||||||
|
.BI \-e " configfile"
|
||||||
|
]
|
||||||
|
.br
|
||||||
|
.B emp_server
|
||||||
|
[
|
||||||
|
.BI \-r
|
||||||
|
|
|
||||||
|
.BI \-R " service-name"
|
||||||
|
]\}
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.I emp_server
|
.I emp_server
|
||||||
is a daemon which listens to the Empire port for players connecting to
|
is a daemon which listens to the Empire port for players connecting to
|
||||||
|
@ -27,13 +47,28 @@ from within a debugger.
|
||||||
.BI \-e " configfile"
|
.BI \-e " configfile"
|
||||||
Use game configuration specification in
|
Use game configuration specification in
|
||||||
.I configfile
|
.I configfile
|
||||||
\&. By default, the file "econfig" in the data directory is used.
|
\&. By default, the file "econfig" in the compiled-in data directory
|
||||||
|
is used.
|
||||||
.TP
|
.TP
|
||||||
.B \-h
|
.B \-h
|
||||||
Help. Print brief usage information and exit.
|
Help. Print brief usage information and exit.
|
||||||
|
.if \nw \{\
|
||||||
|
.TP
|
||||||
|
.B \-i
|
||||||
|
Install as a Windows Service called "Empire Server".
|
||||||
|
.TP
|
||||||
|
.BI \-I " service-name"
|
||||||
|
Install as a Windows Service with the specified name.\}
|
||||||
.TP
|
.TP
|
||||||
.B \-p
|
.B \-p
|
||||||
Threading debug mode. Implies -d.
|
Threading debug mode. Implies -d.
|
||||||
|
.if \nw \{\
|
||||||
|
.TP
|
||||||
|
.B \-r
|
||||||
|
Remove the Windows Service called "Empire Server".
|
||||||
|
.TP
|
||||||
|
.BI \-R " service-name"
|
||||||
|
Remove the Windows Service with the specified name.\}
|
||||||
.TP
|
.TP
|
||||||
.B \-s
|
.B \-s
|
||||||
Enable thread stack checking.
|
Enable thread stack checking.
|
||||||
|
@ -43,6 +78,12 @@ Print version information and exit.
|
||||||
.SH OPERANDS
|
.SH OPERANDS
|
||||||
Operands are ignored for backward compatibility. Their use is
|
Operands are ignored for backward compatibility. Their use is
|
||||||
deprecated.
|
deprecated.
|
||||||
|
.if \nw \{
|
||||||
|
.SH RESTRICTIONS
|
||||||
|
When using the service control manager (Services Window), the start
|
||||||
|
parameters are not processed. The only parameters processed are the
|
||||||
|
ones supplied during service installation. To modify the startup
|
||||||
|
parameters, you must remove the service and reinstall the service.\}
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Please report all bugs to the Wolfpack <wolfpack@wolfpackempire.com>
|
Please report all bugs to the Wolfpack <wolfpack@wolfpackempire.com>
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue