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