Switch to side-by-side view

--- a/src/doc/man/recollindex.1
+++ b/src/doc/man/recollindex.1
@@ -1,4 +1,4 @@
-.\" $Id: recollindex.1,v 1.3 2006-11-20 18:07:02 dockes Exp $ (C) 2005 J.F.Dockes\$
+.\" $Id: recollindex.1,v 1.4 2006-12-22 11:01:28 dockes Exp $ (C) 2005 J.F.Dockes\$
 .TH RECOLLINDEX 1 "8 January 2006"
 .SH NAME
 recollindex \- indexing command for the Recoll full text search system
@@ -17,6 +17,10 @@
 .B -m
 ]
 [
+.B -w
+<seconds>
+]
+[
 .B -D
 ]
 .br
@@ -26,6 +30,14 @@
 <configdir>
 ]
 .B -i 
+<filename [filename ...]>
+.br
+.B recollindex 
+[
+.B -c
+<configdir>
+]
+.B -e 
 <filename [filename ...]>
 .br
 .B recollindex
@@ -54,7 +66,7 @@
 option specifies the configuration directory name, overriding the
 default or $RECOLL_CONFDIR.
 .PP
-There are three modes of operation. 
+There are several modes of operation. 
 .PP
 The normal mode will index the set of files described in the configuration
 file 
@@ -67,21 +79,29 @@
 If option 
 .B
 -m 
-is given, then recollindex is started for real time monitoring, using the
-package it was configured for (either fam, gamin, or inotify). This mode
-must have been explicitely configured when building the package, it is not
-available by default. The program will normally detach from the controlling
-terminal and become a daemon. If option 
+is given, recollindex is started for real time monitoring, using the
+file system monitoring package it was configured for (either fam, gamin, or
+inotify). This mode must have been explicitely configured when building the
+package, it is not available by default. The program will normally detach
+from the controlling terminal and become a daemon. If option
 .B
 -D 
-is given, it will stay in foreground.
+is given, it will stay in the foreground. Option
+.B
+-w 
+<seconds> can be used to specify that the program should sleep for the
+specified time before indexing. The default value is 60.
 
 .PP
-The two other modes are useful mainly for testing.
+The other modes are useful mainly for testing.
 .PP
 .B recollindex -i
 will index individual files into the database. The stem expansion databases
 will not be updated.
+.PP
+.B recollindex -e
+will erase data for individual files from the database. The stem expansion
+databases will not be updated.
 .PP
 .B recollindex -s 
 will build the stem expansion database for a given language, which may or