From 5ed95392baba171c2068017a81a296c32685d379 Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Sun, 11 Jul 2010 18:47:37 +0000 Subject: [PATCH] spelling patch and manpage location --- Makefile.am | 3 ++- doc/manpage.lsyncd.conf.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6a419b5..446361d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/doc/manpage.lsyncd.conf.xml b/doc/manpage.lsyncd.conf.xml index cef5f05..38b504a 100644 --- a/doc/manpage.lsyncd.conf.xml +++ b/doc/manpage.lsyncd.conf.xml @@ -130,7 +130,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ DIRECTORIES With nodes arbitrarily many sources to be watched can be specified. Within a <directory> entry you can again specify a , or a node which will override global settings just for this source. See SETTINGS for details on this options. - The mandatory node specifies with the paramater "path" the directory to watch and sync. (once in a while something is mandatory. Also at least one node has to specified where to sync to. This has to be a format accepted by rsync. + The mandatory node specifies with the parameter "path" the directory to watch and sync. (once in a while something is mandatory. Also at least one node has to specified where to sync to. This has to be a format accepted by rsync. <directory> <source path="/absolute/path/to/source"/> <target path="desthost::module/"/>