]> git.pond.sub.org Git - empserver/blob - man/emp_server.6
Fix spelling of daemon, for crying out loud!
[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 \-dhps
9 ]
10 [
11 .BI \-D " datadir"
12 ]
13 [
14 .BI \-e " configfile"
15 ]
16 [
17 .IR name
18 ]
19 .br
20 .SH DESCRIPTION
21 .I emp_server
22 is a daemon which listens to the Empire port for players connecting to
23 the game.  For more information on the game of Empire, see the
24 .I info
25 pages within the game.
26 .SH OPTIONS
27 .TP
28 .B \-d 
29 Debug mode.  This will prevent the server from forking itself into the
30 background.  It will also make the server abort when it detects an
31 internal error.  You normally want to use this flag if you are running
32 .I emp_server
33 from within a debugger.
34 .TP
35 .B \-h 
36 Help.  Print a usage line showing the command line options.
37 .TP
38 .B \-p
39 Lwp Print mode.  This is used for debugging lwp-threads.
40 This option automatically sets -d option.
41 .TP
42 .B \-s
43 Lwp stack check mode.  This will report if any of the lwp thread stack
44 spaces overflow.  It forces lwp print mode on.
45 This option automatically sets -d option.
46 .TP
47 .BI \-D " datadir"
48 causes the server to use the data files in 
49 .I datadir
50 .TP
51 .BI \-e " configfile"
52 causes the server to use the game configuration specification in 
53 .I configfile
54 (by default, the file "econfig" in the data directory is used)
55 .TP
56 .IR name
57 This argument does nothing.  It is used by scripts to locate the
58 server to kill it.
59 .SH BUGS
60 Please report all bugs to the Wolfpack <wolfpack@wolfpackempire.com>
61 .SH AUTHORS
62 Dave Pare, Jeff Bailey, Thomas Ruschak, Ken Stevens and Steve McClure
63 are principal authors.  The full list of authors is too long to
64 mention here.