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:
Markus Armbruster 2004-12-21 13:27:36 +00:00
parent c705b7a674
commit 77a74e2ef7

View file

@ -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