Created attachment 13747 [details] patch for newer yodl The current yodl version has removed the startdit and enddit macros. These have been replaced with description. I've attached a patch for this. Additionally, this is a trivial patch for a missing closing bracket: --- ./a/rsync.yo 2016-03-29 11:05:24.802895810 +0200 +++ ./b/rsync.yo 2017-11-01 09:38:23.396818546 +0100 @@ -1570,7 +1570,7 @@ Note some versions of the popt option-parsing library have a bug in them that prevents you from using an adjacent arg with an equal in it next to a short -option letter (e.g. tt(-M--log-file=/tmp/foo). If this bug affects your +option letter (e.g. tt(-M--log-file=/tmp/foo)). If this bug affects your version of popt, you can use the version of popt that is included with rsync. dit(bf(-C, --cvs-exclude)) This is a useful shorthand for excluding a
Thanks! I've applied your changes, but I also had to break-up the really large description() sections into smaller chunks due to my yodl complaining about overflowing something. I also found a superfluous closing paren in the rsyncd.conf man page that I removed.