diff --git a/cmake/FindLua.cmake b/cmake/FindLua.cmake index 71d0eb2..1f95bf9 100644 --- a/cmake/FindLua.cmake +++ b/cmake/FindLua.cmake @@ -36,7 +36,7 @@ SET(_POSSIBLE_LUA_INCLUDE include include/lua) #SET(_POSSIBLE_LUA_LIBRARY lua) # Determine possible naming suffixes (there is no standard for this) -SET(_POSSIBLE_SUFFIXES "53" "5.3" "-5.3" "52" "5.2" "-5.2" "") +SET(_POSSIBLE_SUFFIXES "52" "5.2" "-5.2" "53" "5.3" "-5.3" "") # Set up possible search names and locations FOREACH(_SUFFIX ${_POSSIBLE_SUFFIXES}) diff --git a/doc/manpage/lsyncd.1 b/doc/manpage/lsyncd.1 index c1fee7f..bb07893 100644 --- a/doc/manpage/lsyncd.1 +++ b/doc/manpage/lsyncd.1 @@ -1,7 +1,7 @@ '\" t .\" Title: lsyncd .\" Author: [see the "AUTHOR" section] -.\" Generator: DocBook XSL Stylesheets v1.78.1 +.\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Lsyncd .\" Source: Lsyncd 2.2.1 @@ -44,7 +44,8 @@ default rsync behaviour \ \& \fBlsyncd\fR [\fIOPTIONS\fR] \-rsync -\fISOURCEDIR\fR\fITARGET\fR +\fISOURCEDIR\fR +\fITARGET\fR \&... .RE .PP @@ -53,7 +54,9 @@ default rync+ssh behaviour (moves and deletes through ssh) \ \& \fBlsyncd\fR [\fIOPTIONS\fR] \-rsyncssh -\fISOURCEDIR\fR\fITARGETHOST\fR\fITARGETDIR\fR +\fISOURCEDIR\fR +\fITARGETHOST\fR +\fITARGETDIR\fR \&... .RE .PP @@ -62,7 +65,8 @@ default direct behaviour (local file operations/rsync) \ \& \fBlsyncd\fR [\fIOPTIONS\fR] \-direct -\fISOURCEDIR\fR\fITARGETDIR\fR +\fISOURCEDIR\fR +\fITARGETDIR\fR \&... .RE .SH "DESCRIPTION"