]> git.pond.sub.org Git - empserver/blob - man/emp_server.6
Import of Empire 4.2.12
[empserver] / man / emp_server.6
1 .TH EMP_SERVER 6 "19 Oct 1998" "emp_server Version 4.20"
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 .TP
43 .B \-s
44 Lwp stack check mode.  This will report if any of the lwp thread stack
45 spaces overflow.  It forces lwp print mode on.
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 principle authors.
64 The list of secondary authors is too long to mention.