Switch to unified view

a/src/doc/man/recoll.1 b/src/doc/man/recoll.1
...
...
3
.SH NAME
3
.SH NAME
4
recoll \- user interface for the Recoll full text search system
4
recoll \- user interface for the Recoll full text search system
5
.SH SYNOPSIS
5
.SH SYNOPSIS
6
.B recoll
6
.B recoll
7
[
7
[
8
.B -c
8
.B \-c
9
<configdir>
9
<configdir>
10
]
10
]
11
[
11
[
12
.B -o
12
.B \-o
13
|
13
|
14
.B -l
14
.B \-l
15
|
15
|
16
.B -f
16
.B \-f
17
|
17
|
18
.B -a
18
.B \-a
19
]
19
]
20
[
20
[
21
.B -t
21
.B \-t
22
]
22
]
23
[
23
[
24
.B -q
24
.B \-q
25
<query>
25
<query>
26
]
26
]
27
.SH DESCRIPTION
27
.SH DESCRIPTION
28
The
28
The
29
.B recoll
29
.B recoll
...
...
35
.B recoll
35
.B recoll
36
will create the user configuration which can be customized
36
will create the user configuration which can be customized
37
before starting the first indexation.
37
before starting the first indexation.
38
.PP
38
.PP
39
The 
39
The 
40
.B -c 
40
.B \-c 
41
option specifies the configuration directory name, overriding the
41
option specifies the configuration directory name, overriding the
42
default or $RECOLL_CONFDIR.
42
default or $RECOLL_CONFDIR.
43
.PP
43
.PP
44
The 
44
The 
45
.B -q 
45
.B \-q 
46
option can be used to specify an initial query on the command line. This
46
option can be used to specify an initial query on the command line. This
47
query will be interpreted by default as a query language string.
47
query will be interpreted by default as a query language string.
48
If
48
If
49
.B -a 
49
.B \-a 
50
is specified, the query string will be interpreted as an
50
is specified, the query string will be interpreted as an
51
.I all words
51
.I all words
52
simple search query. If 
52
simple search query. If 
53
.B -o 
53
.B \-o 
54
is specified, the query string will be interpreted as an
54
is specified, the query string will be interpreted as an
55
.I any word
55
.I any word
56
simple search query. If 
56
simple search query. If 
57
.B -f
57
.B \-f
58
is specified, the query string will be interpreted as a
58
is specified, the query string will be interpreted as a
59
.I file name
59
.I file name
60
simple search query. If 
60
simple search query. If 
61
.B -l
61
.B \-l
62
is specified, the query string will be interpreted as a
62
is specified, the query string will be interpreted as a
63
.I query language
63
.I query language
64
simple search query.
64
simple search query.
65
.PP
65
.PP
66
If 
66
If 
67
.B -t
67
.B \-t
68
is specified, the Graphical User Interface will not be started, and results
68
is specified, the Graphical User Interface will not be started, and results
69
will be printed to the standard output. Additional options understood by
69
will be printed to the standard output. Additional options understood by
70
the 
70
the 
71
.B recollq
71
.B recollq
72
command may be specified in this case. These can control the output format
72
command may be specified in this case. These can control the output format