typos and manpage update

This commit is contained in:
Axel Kittenberger 2011-02-28 14:19:40 +00:00
parent e8e142b876
commit 56da9e611f
2 changed files with 7 additions and 4 deletions

View File

@ -16,10 +16,13 @@ config file:::
{nbsp}*lsyncd* ['OPTIONS'] 'CONFIG-FILE'
default rsync behaviour:::
{nbsp}*lsyncd* ['OPTIONS'] -rsync 'SOURCE' 'TARGET' ...
{nbsp}*lsyncd* ['OPTIONS'] -rsync 'SOURCEDIR' 'TARGET' ...
default rync+ssh bevahior (moves and deletes through ssh):::
{nbsp}*lsyncd* ['OPTIONS'] -rsyncssh 'SOURCE' 'HOST' 'TARGETDIR' ...
default rync+ssh bevahiour (moves and deletes through ssh):::
{nbsp}*lsyncd* ['OPTIONS'] -rsyncssh 'SOURCEDIR' 'TARGETHOST' 'TARGETDIR' ...
default direct bevahiour (local file operations/rsync):::
{nbsp}*lsyncd* ['OPTIONS'] -direct 'SOURCEDIR' 'TARGETDIR' ...
DESCRTIPTION
------------

View File

@ -1736,7 +1736,7 @@ main1(int argc, char *argv[])
LSYNCD_DEFAULT_RUNNER_FILE);
#else
logstring("Error",
"Using a staticly included runner as default.");
"Using a statically included runner as default.");
#endif
exit(-1); //ERRNO
}