From 77a74e2ef79a617be2593c23a66521d225c39013 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 21 Dec 2004 13:27:36 +0000 Subject: [PATCH] Fix spelling of daemon, for crying out loud! Remove irrelevant information on player thread. Clarify that -d makes the server abort on internal errors. --- man/emp_server.6 | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/man/emp_server.6 b/man/emp_server.6 index 9b9b82ee..f9beb924 100644 --- a/man/emp_server.6 +++ b/man/emp_server.6 @@ -19,18 +19,16 @@ emp_server \- Empire server .br .SH DESCRIPTION .I emp_server -is a demon which listens to the Empire port for players connecting to -the game. When a player connects, a thread is created for that player -within the server. For more information on the game of Empire, see -the +is a daemon which listens to the Empire port for players connecting to +the game. For more information on the game of Empire, see the .I info pages within the game. .SH OPTIONS .TP .B \-d 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. -You must run with this flag if you are running +background. It will also make the server abort when it detects an +internal error. You normally want to use this flag if you are running .I emp_server from within a debugger. .TP