Switch to unified view

a/src/doc/man/recoll.conf.5 b/src/doc/man/recoll.conf.5
...
...
78
can be used to define a specific value for the real time indexing monitor.
78
can be used to define a specific value for the real time indexing monitor.
79
.TP
79
.TP
80
.BI "skippedPathsFnmPathname = " 0/1
80
.BI "skippedPathsFnmPathname = " 0/1
81
The values in the *skippedPaths variables are matched by default with
81
The values in the *skippedPaths variables are matched by default with
82
fnmatch(3), with the FNM_PATHNAME and FNM_LEADING_DIR flags. This means
82
fnmatch(3), with the FNM_PATHNAME and FNM_LEADING_DIR flags. This means
83
that '/' characters must be matched explicitely. You can set
83
that '/' characters must be matched explicitly. You can set
84
skippedPathsFnmPathname to 0 to disable the use of FNM_PATHNAME (meaning
84
skippedPathsFnmPathname to 0 to disable the use of FNM_PATHNAME (meaning
85
that /*/dir3 will match /dir1/dir2/dir3). 
85
that /*/dir3 will match /dir1/dir2/dir3). 
86
.TP
86
.TP
87
.BI "followLinks = " boolean
87
.BI "followLinks = " boolean
88
Specifies if the indexer should follow
88
Specifies if the indexer should follow
...
...
109
means no limit, 0 means no processing of any compressed file. Defaults 
109
means no limit, 0 means no processing of any compressed file. Defaults 
110
to \-1.
110
to \-1.
111
.TP
111
.TP
112
.BI "textfilemaxmbs = " value
112
.BI "textfilemaxmbs = " value
113
Maximum size for text files. Very big text files are often uninteresting
113
Maximum size for text files. Very big text files are often uninteresting
114
logs. Set to -1 to disable (default 20MB). 
114
logs. Set to \-1 to disable (default 20MB). 
115
.TP
115
.TP
116
.BI "textfilepagekbs = " value
116
.BI "textfilepagekbs = " value
117
If this is set to other than -1, text files will be indexed as multiple
117
If this is set to other than \-1, text files will be indexed as multiple
118
documents of the given page size. This may be useful if you do want to
118
documents of the given page size. This may be useful if you do want to
119
index very big text files as it will both reduce memory usage at index time
119
index very big text files as it will both reduce memory usage at index time
120
and help with loading data to the preview window. A size of a few megabytes
120
and help with loading data to the preview window. A size of a few megabytes
121
would seem reasonable (default: 1000 : 1MB).
121
would seem reasonable (default: 1000 : 1MB).
122
.TP
122
.TP