From: Wayne Davison Date: Tue, 8 Jan 2019 21:38:19 +0000 (-0800) Subject: Avoid a yodl macro warning. X-Git-Tag: v3.2.0pre1~222 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48163179ebb1cc79a207a8cd80bb11c1f455bc00;p=thirdparty%2Frsync.git Avoid a yodl macro warning. --- diff --git a/rsync.yo b/rsync.yo index 3a8f9cb5..7bf005cc 100644 --- a/rsync.yo +++ b/rsync.yo @@ -238,7 +238,7 @@ which forwards all data to port 873 (the rsync daemon) on the targethost Note also that if the RSYNC_SHELL environment varibable is set, that program will be used to run the RSYNC_CONNECT_PROG command instead of -using the default shell of the system() call. +using the default shell of the code(system()) call. manpagesection(USING RSYNC-DAEMON FEATURES VIA A REMOTE-SHELL CONNECTION)