explict(e)ly errors again

This commit is contained in:
dockes 2009-10-19 16:19:47 +00:00
parent 7a6f0b4096
commit bf0f72d43e
5 changed files with 9 additions and 9 deletions

View File

@ -366,7 +366,7 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
Xapian will not convert automatically an existing index from the Quartz to Xapian will not convert automatically an existing index from the Quartz to
the Flint format. If you have an older index and want to take advantage of the Flint format. If you have an older index and want to take advantage of
the new format (which can be done without setting the environment variable the new format (which can be done without setting the environment variable
as of Recoll 1.8.2 and Xapian 1.0.0), you will have to explicitely delete as of Recoll 1.8.2 and Xapian 1.0.0), you will have to explicitly delete
the old index, then run a normal indexing process. the old index, then run a normal indexing process.
Unfortunately, using the -z option to recollindex is not sufficient to Unfortunately, using the -z option to recollindex is not sufficient to
@ -513,7 +513,7 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
session waits. session waits.
By default the indexing daemon will monitor the state of the X11 session, By default the indexing daemon will monitor the state of the X11 session,
and exit when it finishes, it is not necessary to kill it explicitely. and exit when it finishes, it is not necessary to kill it explicitly.
(The X11 server monitoring can be disabled with option -x to recollindex). (The X11 server monitoring can be disabled with option -x to recollindex).
Under KDE, you can place a small script to start recollindex -m under Under KDE, you can place a small script to start recollindex -m under
@ -1353,7 +1353,7 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
of HTML documents (for example a manual) so that they become their own of HTML documents (for example a manual) so that they become their own
search interface inside konqueror. search interface inside konqueror.
This can be done by either explicitely inserting <a href="recoll:/..."> This can be done by either explicitly inserting <a href="recoll:/...">
links around some document areas, or automatically by adding a very small links around some document areas, or automatically by adding a very small
javascript program to the documents, like the following example, which javascript program to the documents, like the following example, which
would initiate a search by double-clicking any term: would initiate a search by double-clicking any term:

View File

@ -164,7 +164,7 @@ Size limit for compressed (.gz or .bz2) files. These need to be
decompressed in a temporary directory for identification, which can be very decompressed in a temporary directory for identification, which can be very
wasteful if 'uninteresting' big compressed files are present. Negative wasteful if 'uninteresting' big compressed files are present. Negative
means no limit, 0 means no processing of any compressed file. Defaults means no limit, 0 means no processing of any compressed file. Defaults
to -1. to \-1.
.TP .TP
.BI "indexallfilenames = " boolean .BI "indexallfilenames = " boolean
Recoll indexes file names into a special section of the database to allow Recoll indexes file names into a special section of the database to allow

View File

@ -91,7 +91,7 @@ If option
\-m \-m
is given, recollindex is started for real time monitoring, using the is given, recollindex is started for real time monitoring, using the
file system monitoring package it was configured for (either fam, gamin, or file system monitoring package it was configured for (either fam, gamin, or
inotify). This mode must have been explicitely configured when building the inotify). This mode must have been explicitly configured when building the
package, it is not available by default. The program will normally detach package, it is not available by default. The program will normally detach
from the controlling terminal and become a daemon. If option from the controlling terminal and become a daemon. If option
.B .B

View File

@ -348,7 +348,7 @@ recoll
<literal>Flint</literal> format. If you have an older index <literal>Flint</literal> format. If you have an older index
and want to take advantage of the new format (which can be and want to take advantage of the new format (which can be
done without setting the environment variable as of &RCL; done without setting the environment variable as of &RCL;
1.8.2 and &XAP; 1.0.0), you will have to explicitely delete 1.8.2 and &XAP; 1.0.0), you will have to explicitly delete
the old index, then run a normal indexing process.</para> the old index, then run a normal indexing process.</para>
<para>Unfortunately, using the <literal>-z</literal> option to <para>Unfortunately, using the <literal>-z</literal> option to
@ -545,7 +545,7 @@ fvwm
for which the session waits.</para> <para>By default the for which the session waits.</para> <para>By default the
indexing daemon will monitor the state of the X11 session, and indexing daemon will monitor the state of the X11 session, and
exit when it finishes, it is not necessary to kill it exit when it finishes, it is not necessary to kill it
explicitely. (The X11 server monitoring can be disabled with option explicitly. (The X11 server monitoring can be disabled with option
<literal>-x</literal> to <command>recollindex</command>). <literal>-x</literal> to <command>recollindex</command>).
</para> </para>
@ -1740,7 +1740,7 @@ fvwm
they become their own search interface inside they become their own search interface inside
<command>konqueror</command>.</para> <command>konqueror</command>.</para>
<para>This can be done by either explicitely inserting <para>This can be done by either explicitly inserting
<literal>&lt;a&nbsp;href="recoll:/..."&gt;</literal> links <literal>&lt;a&nbsp;href="recoll:/..."&gt;</literal> links
around some document areas, or automatically by adding a around some document areas, or automatically by adding a
very small <application>javascript</application> program to the very small <application>javascript</application> program to the

View File

@ -96,7 +96,7 @@ if test X$encoding = X ; then encoding=UTF-8;fi
# #
# The whole thing wholly ignore issues like '<' inside quoted strings. # The whole thing wholly ignore issues like '<' inside quoted strings.
# #
# We could/should add code to explicitely separate title and other # We could/should add code to explicitly separate title and other
# metadata elements. # metadata elements.
# Insert new line before each tag # Insert new line before each tag