chiark / gitweb /
64-bit macos fix
[disorder] / doc / disorder-stats.8.in
1 .\"
2 .\" Copyright (C) 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-stats 8
18 .SH NAME
19 disorder-stats \- DisOrder statistics
20 .SH SYNOPSIS
21 .B disorder\-stats
22 .RI [ OPTIONS ]
23 .SH DESCRIPTION
24 .B disorder\-stats
25 reports server statistics.
26 It is used by the server and would not normally be invoked manually.
27 .SH OPTIONS
28 .TP
29 .B \-\-config \fIPATH\fR, \fB\-c \fIPATH
30 Set the configuration file.
31 .TP
32 .B \-\-debug\fR, \fB\-d
33 Enable debugging.
34 .TP
35 .B \-\-syslog
36 Log to syslog.
37 This is the default if stderr is not a terminal.
38 .TP
39 .B \-\-no\-syslog
40 Do not log to syslog.
41 This is the default if stderr is a terminal.
42 .TP
43 .B \-\-help\fR, \fB\-h
44 Display a usage message.
45 .TP
46 .B \-\-version\fR, \fB\-V
47 Display version number.
48 .SH "SEE ALSO"
49 \fBdisorderd\fR(8), \fBdisorder_config\fR(5)
50 .\" Local Variables:
51 .\" mode:nroff
52 .\" End: