chiark / gitweb /
Put a newline after end-of-sentence "." in man pages. I'm advised
[disorder] / doc / disorder-deadlock.8.in
CommitLineData
460b9539 1.\"
2.\" Copyright (C) 2005 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 2 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, but
10.\" WITHOUT ANY WARRANTY; without even the implied warranty of
11.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12.\" 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, write to the Free Software
16.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
17.\" USA
18.\"
19.TH disorder-deadlock 8
20.SH NAME
21disorder-deadlock \- DisOrder deadlock manager
22.SH SYNOPSIS
23.B disorder-deadlock
24.RI [ OPTIONS ]
25.SH DESCRIPTION
26.B disorder-deadlock
c0c23a60
RK
27is DisOrder's deadlock manager.
28It is automatically started by the server and does not need to
29be invoked manually.
460b9539 30.SH OPTIONS
31.TP
32.B --config \fIPATH\fR, \fB-c \fIPATH
33Set the configuration file.
34.TP
35.B --debug\fR, \fB-d
36Enable debugging.
37.TP
b6579a61 38.B --syslog
c0c23a60
RK
39Log to syslog.
40This is the default if stderr is not a terminal.
b6579a61
RK
41.TP
42.B --no-syslog
c0c23a60
RK
43Do not log to syslog.
44This is the default if stderr is a terminal.
b6579a61 45.TP
460b9539 46.B --help\fR, \fB-h
47Display a usage message.
48.TP
49.B --version\fR, \fB-V
50Display version number.
51.SH "SEE ALSO"
52\fBdisorderd\fR(8), \fBdisorder_config\fR(5)
53.\" Local Variables:
54.\" mode:nroff
55.\" End: