]> git.pond.sub.org Git - empserver/blob - man/emp_server.6
(main): Rev. 1.43 broke option -D. Its meaning in presence of -e is
[empserver] / man / emp_server.6
1 .TH EMP_SERVER 6
2 .UC
3 .SH NAME
4 emp_server \- Empire server
5 .SH SYNOPSIS
6 .B emp_server
7 [
8 .BI \-dhpsv
9 ]
10 [
11 .BI \-e " configfile"
12 ]
13 .br
14 .SH DESCRIPTION
15 .I emp_server
16 is a daemon which listens to the Empire port for players connecting to
17 the game.  For more information on the game of Empire, see the info
18 pages within the game.
19 .SH OPTIONS
20 .TP
21 .B \-d 
22 Debug mode.  This will prevent the server from forking itself into the
23 background.  It will also make it abort when it detects an internal
24 error.  You normally want to use this flag if you are running
25 .I emp_server
26 from within a debugger.
27 .TP
28 .BI \-e " configfile"
29 Use game configuration specification in 
30 .I configfile
31 \&.  By default, the file "econfig" in the data directory is used.
32 .TP
33 .B \-h 
34 Help.  Print brief usage information and exit.
35 .TP
36 .B \-p
37 Threading debug mode.  Implies -d.
38 .TP
39 .B \-s
40 Enable thread stack checking.
41 .TP
42 .B \-v
43 Print version information and exit.
44 .SH OPERANDS
45 Operands are ignored for backward compatibility.  Their use is
46 deprecated.
47 .SH BUGS
48 Please report all bugs to the Wolfpack <wolfpack@wolfpackempire.com>
49 .SH AUTHORS
50 Dave Pare, Jeff Bailey, Thomas Ruschak, Ken Stevens and Steve McClure
51 are principal authors.  The full list of authors is too long to
52 mention here.