manpage update

This commit is contained in:
Axel Kittenberger 2012-04-04 15:52:36 +02:00
parent ebd2ad1312
commit a28999ddde
1 changed files with 11 additions and 11 deletions

View File

@ -3,8 +3,8 @@ lsyncd(1)
:doctype: manpage
:man source: Lsyncd
:man manual: Lsyncd
:man version: 2.0.6
:date: August 2011
:man version: 2.0.7
:date: April 2012
NAME
----
@ -13,16 +13,16 @@ lsyncd - a daemon to continuously synchronize directory trees
SYNOPSIS
--------
config file:::
{nbsp}*lsyncd* ['OPTIONS'] 'CONFIG-FILE'
{nbsp} *lsyncd* ['OPTIONS'] 'CONFIG-FILE'
default rsync behaviour:::
{nbsp}*lsyncd* ['OPTIONS'] -rsync 'SOURCEDIR' 'TARGET' ...
{nbsp} *lsyncd* ['OPTIONS'] -rsync 'SOURCEDIR' 'TARGET' ...
default rync+ssh bevahiour (moves and deletes through ssh):::
{nbsp}*lsyncd* ['OPTIONS'] -rsyncssh 'SOURCEDIR' 'TARGETHOST' 'TARGETDIR' ...
default rync+ssh behaviour (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' ...
default direct behaviour (local file operations/rsync):::
{nbsp} *lsyncd* ['OPTIONS'] -direct 'SOURCEDIR' 'TARGETDIR' ...
DESCRIPTION
------------
@ -92,15 +92,15 @@ Online Manual: http://code.google.com/p/lsyncd/wiki/Lsyncd2
VERSION
------
This man page is for lsyncd(1) version 2.0.5
This man page is for lsyncd(1) version 2.0.7
AUTHOR
------
Axel Kittenberger, <axkibe@gmail.com> 2010-2011
Axel Kittenberger, <axkibe@gmail.com> 2010-2012
COPYING
-------
Copyright \(C) 2010-2011 Axel Kittenberger. Free use of this software is granted
Copyright \(C) 2010-2012 Axel Kittenberger. Free use of this software is granted
under the terms of the GNU General Public License (GPL) version 2, or any later
version. Free redistrubition of this Documentation (/doc directory) is granted
under the terms of the Creative Commons 3.0 Attribution License (CC-3.0-BY).