--- a/src/doc/man/recollq.1
+++ b/src/doc/man/recollq.1
@@ -5,50 +5,50 @@
.SH SYNOPSIS
.B recollq
[
-.B -c
+.B \-c
<configdir>
]
[
-.B -o
+.B \-o
|
-.B -f
+.B \-f
|
-.B -a
+.B \-a
]
[
-.B -b
+.B \-b
]
[
-.B -d
+.B \-d
]
[
-.B -A
+.B \-A
]
[
-.B -m
+.B \-m
]
[
-.B -n
+.B \-n
<cnt>
]
[
-.B -s
+.B \-s
<stemming language>
]
[
-.B -S
+.B \-S
<fldname>
]
[
-.B -D
+.B \-D
]
[
-.B -i
+.B \-i
<additional index directory>
]
<query string>
-.B recollq -P
+.B recollq \-P
.SH DESCRIPTION
The
@@ -57,62 +57,62 @@
print the results to the standard output.
.PP
The
-.B -c
+.B \-c
option specifies the configuration directory name, overriding the
default or $RECOLL_CONFDIR.
.PP
The query string will be interpreted by default as a query language string.
If
-.B -a
+.B \-a
is specified, the query string will be interpreted as an
.I all words
simple search query. If
-.B -o
+.B \-o
is specified, the query string will be interpreted as an
.I any word
simple search query. If
-.B -f
+.B \-f
is specified, the query string will be interpreted as a
.I file name
simple search query.
.PP
-.B -b
+.B \-b
(basic) can be specified to only print the result urls in the output
stream.
.PP
If
-.B -d
+.B \-d
is set, the text for the result files contents will be dumped to stdout.
.PP
If
-.B -m
+.B \-m
is set, the whole metadata array will be dumped for each document.
.PP
If
-.B -A
+.B \-A
is set, the document abstracts will be printed.
.PP
-.B -S
+.B \-S
<fieldname>
sorts the results according to the specified field. Use
-.B -D
+.B \-D
for descending order.
.PP
-.B -n
+.B \-n
<cnt>
can be used to set the maximum number of results that should be printed.
.PP
-.B -s
+.B \-s
<language>
selects the word stemming language. The value should match an existing
-stemming database (as set in the configuration or added with recollindex -s).
+stemming database (as set in the configuration or added with recollindex \-s).
.PP
-.B -i
+.B \-i
<extra dbdir>
adds the specified Xapian index to the set used for the query. Can be
specified multiple times.
.PP
-.B recollq -P
+.B recollq \-P
(Period) will print the minimum and maximum modification years for
documents in the index.