a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
...
...
22
      <year>2005</year>
22
      <year>2005</year>
23
      <holder role="mailto:jean-francois.dockes@wanadoo.fr">Jean-Francois
23
      <holder role="mailto:jean-francois.dockes@wanadoo.fr">Jean-Francois
24
      Dockes</holder>
24
      Dockes</holder>
25
    </copyright>
25
    </copyright>
26
26
27
    <releaseinfo>$Id: usermanual.sgml,v 1.32 2006-12-22 11:01:28 dockes Exp $</releaseinfo>
27
    <releaseinfo>$Id: usermanual.sgml,v 1.33 2006-12-24 07:40:26 dockes Exp $</releaseinfo>
28
28
29
    <abstract>
29
    <abstract>
30
      <para>This document introduces full text search notions
30
      <para>This document introduces full text search notions
31
      and describes the installation and use of the &RCL; application.</para>
31
      and describes the installation and use of the &RCL; application.</para>
32
    </abstract>
32
    </abstract>
...
...
421
      <title>Real time indexing</title>
421
      <title>Real time indexing</title>
422
422
423
      <para>Real time monitoring/indexing is performed by starting the
423
      <para>Real time monitoring/indexing is performed by starting the
424
      <command>recollindex -m</command> command. With this option,
424
      <command>recollindex -m</command> command. With this option,
425
      <command>recollindex</command> will detach from the terminal and
425
      <command>recollindex</command> will detach from the terminal and
426
      become a daemon, forever monitoring file changes and updating
426
      become a daemon, permanently monitoring file changes and updating
427
      the index.</para>
427
      the index.</para>
428
428
429
      <para>The package must have been 
429
      <para>The package must have been 
430
       <link linkend="rcl.install.building.build">configured</link>
430
       <link linkend="rcl.install.building.build">configured</link>
431
      with option <literal>--with-fam</literal> or
431
      with option <literal>--with-fam</literal> or
432
      <literal>--with-inotify</literal> for the monitoring
432
      <literal>--with-inotify</literal> for the monitoring
433
      code and option to be enabled in
433
      code and option to be enabled in
434
      <command>recollindex</command>. This is not currently the
434
      <command>recollindex</command>. The default is currently to
435
      default.</para>
435
      include inotify monitoring on systems that support it.</para>
436
436
437
      <para>The <filename>rclmon.sh</filename> script can be used to
437
      <para>The <filename>rclmon.sh</filename> script can be used to
438
      easily start and stop the daemon. It can be found in the
438
      easily start and stop the daemon. It can be found in the
439
      <filename>examples</filename> directory (typically
439
      <filename>examples</filename> directory (typically
440
      <filename>/usr/local/[share/]recoll/examples</filename>).</para>
440
      <filename>/usr/local/[share/]recoll/examples</filename>).</para>