Put a newline after end-of-sentence "." in man pages. I'm advised
[disorder] / doc / disorder-rescan.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-rescan 8
20.SH NAME
21disorder-rescan \- DisOrder rescanner
22.SH SYNOPSIS
23.B disorder-rescan
24.RI [ OPTIONS ]
25.RI [ PATH ...]
26.SH DESCRIPTION
27.B disorder-rescan
c0c23a60
RK
28is DisOrder's database rescanner.
29It is invoked by DisOrder when necessary and does not need to be
30invoked manually.
460b9539 31.SH OPTIONS
32.TP
33.B --config \fIPATH\fR, \fB-c \fIPATH
34Set the configuration file.
35.TP
36.B --debug\fR, \fB-d
37Enable debugging.
38.TP
b6579a61 39.B --syslog
c0c23a60
RK
40Log to syslog.
41This is the default if stderr is not a terminal.
b6579a61
RK
42.TP
43.B --no-syslog
c0c23a60
RK
44Do not log to syslog.
45This is the default if stderr is a terminal.
b6579a61 46.TP
460b9539 47.B --help\fR, \fB-h
48Display a usage message.
49.TP
50.B --version\fR, \fB-V
51Display version number.
52.SH "SEE ALSO"
53\fBdisorderd\fR(8), \fBdisorder_config\fR(5)
54.\" Local Variables:
55.\" mode:nroff
56.\" End: