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