Fix spelling of daemon, for crying out loud!
Remove irrelevant information on player thread. Clarify that -d makes the server abort on internal errors.
This commit is contained in:
parent
c705b7a674
commit
77a74e2ef7
1 changed files with 4 additions and 6 deletions
|
@ -19,18 +19,16 @@ emp_server \- Empire server
|
||||||
.br
|
.br
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.I emp_server
|
.I emp_server
|
||||||
is a demon which listens to the Empire port for players connecting to
|
is a daemon which listens to the Empire port for players connecting to
|
||||||
the game. When a player connects, a thread is created for that player
|
the game. For more information on the game of Empire, see the
|
||||||
within the server. For more information on the game of Empire, see
|
|
||||||
the
|
|
||||||
.I info
|
.I info
|
||||||
pages within the game.
|
pages within the game.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.B \-d
|
.B \-d
|
||||||
Debug mode. This will prevent the server from forking itself into the
|
Debug mode. This will prevent the server from forking itself into the
|
||||||
background. It will also cause the server to dump core if it crashes.
|
background. It will also make the server abort when it detects an
|
||||||
You must run with this flag if you are running
|
internal error. You normally want to use this flag if you are running
|
||||||
.I emp_server
|
.I emp_server
|
||||||
from within a debugger.
|
from within a debugger.
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue