mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-06 08:40:44 +00:00
spelling patch and manpage location
This commit is contained in:
parent
2092eff408
commit
5ed95392ba
@ -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
|
||||
|
@ -130,7 +130,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
|
||||
<refsect2 id="directory">
|
||||
<title>DIRECTORIES</title>
|
||||
<para>With <option><directory></option> nodes arbitrarily many sources to be watched can be specified. Within a <directory> entry you can again specify a <option><binary></option>, <option><exclude-from></option> or a <option><callopt></option> node which will override global settings just for this source. See SETTINGS for details on this options.</para>
|
||||
<para> The mandatory <option><source></option> node specifies with the paramater "path" the directory to watch and sync. (once in a while something is mandatory. Also at least one <option><target;></option> node has to specified where to sync to. This has to be a format accepted by rsync.</para>
|
||||
<para> The mandatory <option><source></option> node specifies with the parameter "path" the directory to watch and sync. (once in a while something is mandatory. Also at least one <option><target;></option> node has to specified where to sync to. This has to be a format accepted by rsync.</para>
|
||||
<programlisting> <directory>
|
||||
<source path="/absolute/path/to/source"/>
|
||||
<target path="desthost::module/"/>
|
||||
|
Loading…
Reference in New Issue
Block a user