spelling patch and manpage location

This commit is contained in:
Axel Kittenberger 2010-07-11 18:47:37 +00:00
parent 2092eff408
commit 5ed95392ba
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@ EXTRA_DIST = config.h.in inotify-nosys.h lsyncd.conf.xml \
doc/manpage.lsyncd.xml doc/manpage.lsyncd.conf.xml \
doc/lsyncd.1 doc/lsyncd.conf.xml.5
nodist_man1_MANS = doc/lsyncd.1 doc/lsyncd.conf.xml.5
nodist_man1_MANS = doc/lsyncd.1
nodist_man5_MANS = doc/lsyncd.conf.xml.5
check-syntax:
$(CC) -c -O2 -Wall $(CHK_SOURCES) -o/dev/null

View File

@ -130,7 +130,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<refsect2 id="directory">
<title>DIRECTORIES</title>
<para>With <option>&lt;directory&gt;</option> nodes arbitrarily many sources to be watched can be specified. Within a &lt;directory&gt; entry you can again specify a <option>&lt;binary&gt;</option>, <option>&lt;exclude-from&gt;</option> or a <option>&lt;callopt&gt;</option> node which will override global settings just for this source. See SETTINGS for details on this options.</para>
<para> The mandatory <option>&lt;source&gt;</option> node specifies with the paramater &quot;path&quot; the directory to watch and sync. (once in a while something is mandatory. Also at least one <option>&lt;target;&gt;</option> node has to specified where to sync to. This has to be a format accepted by rsync.</para>
<para> The mandatory <option>&lt;source&gt;</option> node specifies with the parameter &quot;path&quot; the directory to watch and sync. (once in a while something is mandatory. Also at least one <option>&lt;target;&gt;</option> node has to specified where to sync to. This has to be a format accepted by rsync.</para>
<programlisting> &lt;directory&gt;
&lt;source path=&quot;/absolute/path/to/source&quot;/&gt;
&lt;target path=&quot;desthost::module/&quot;/&gt;