chiark / gitweb /
Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/disorder
[disorder] / doc / disorder-deadlock.8.in
1 .\"
2 .\" Copyright (C) 2005, 2007, 2008 Richard Kettlewell
3 .\"
4 .\" This program is free software: you can redistribute it and/or modify
5 .\" it under the terms of the GNU General Public License as published by
6 .\" the Free Software Foundation, either version 3 of the License, or
7 .\" (at your option) any later version.
8 .\" 
9 .\" This program is distributed in the hope that it will be useful,
10 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
11 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 .\" GNU General Public License for more details.
13 .\" 
14 .\" You should have received a copy of the GNU General Public License
15 .\" along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 .\"
17 .TH disorder-deadlock 8
18 .SH NAME
19 disorder\-deadlock \- DisOrder deadlock manager
20 .SH SYNOPSIS
21 .B disorder\-deadlock
22 .RI [ OPTIONS ]
23 .SH DESCRIPTION
24 .B disorder\-deadlock
25 is DisOrder's deadlock manager.
26 It is automatically started by the server and does not need to
27 be invoked manually.
28 .SH OPTIONS
29 .TP
30 .B \-\-config \fIPATH\fR, \fB\-c \fIPATH
31 Set the configuration file.
32 .TP
33 .B \-\-debug\fR, \fB\-d
34 Enable debugging.
35 .TP
36 .B \-\-syslog
37 Log to syslog.
38 This is the default if stderr is not a terminal.
39 .TP
40 .B \-\-no\-syslog
41 Do not log to syslog.
42 This is the default if stderr is a terminal.
43 .TP
44 .B \-\-help\fR, \fB\-h
45 Display a usage message.
46 .TP
47 .B \-\-version\fR, \fB\-V
48 Display version number.
49 .SH "SEE ALSO"
50 \fBdisorderd\fR(8), \fBdisorder_config\fR(5)
51 .\" Local Variables:
52 .\" mode:nroff
53 .\" End: