--- ./a/rsync.yo 2016-03-29 11:05:24.802895810 +0200 +++ ./b/rsync.yo 2017-11-01 09:38:23.396818546 +0100 @@ -493,7 +493,7 @@ substituted by your shell, so --option=~/foo will not change the tilde into your home directory (remove the '=' for that). -startdit() +description( dit(bf(--help)) Print a short help page describing the options available in rsync and exit. For backward-compatibility with older versions of rsync, the help will also be output if you use the bf(-h) @@ -2606,13 +2606,13 @@ user wants a more random checksum seed. Setting NUM to 0 causes rsync to use the default of code(time()) for checksum seed. -enddit() +) manpagesection(DAEMON OPTIONS) The options allowed when starting an rsync daemon are as follows: -startdit() +description( dit(bf(--daemon)) This tells rsync that it is to run as a daemon. The daemon you start running may be accessed using an rsync client using the bf(host::module) or bf(rsync://host/module/) syntax. @@ -2692,7 +2692,7 @@ dit(bf(-h, --help)) When specified after bf(--daemon), print a short help page describing the options available for starting an rsync daemon. -enddit() +) manpagesection(FILTER RULES) @@ -3329,7 +3329,7 @@ manpagesection(EXIT VALUES) -startdit() +description( dit(bf(0)) Success dit(bf(1)) Syntax or usage error dit(bf(2)) Protocol incompatibility @@ -3353,11 +3353,11 @@ dit(bf(25)) The --max-delete limit stopped deletions dit(bf(30)) Timeout in data send/receive dit(bf(35)) Timeout waiting for daemon connection -enddit() +) manpagesection(ENVIRONMENT VARIABLES) -startdit() +description( dit(bf(CVSIGNORE)) The CVSIGNORE environment variable supplements any ignore patterns in .cvsignore files. See the bf(--cvs-exclude) option for more details. @@ -3382,7 +3382,7 @@ If neither is set, the username defaults to "nobody". dit(bf(HOME)) The HOME environment variable is used to find the user's default .cvsignore file. -enddit() +) manpagefiles() --- ./a/rsyncd.conf.yo 2015-12-30 08:33:38.272205796 +0100 +++ ./b/rsyncd.conf.yo 2017-11-01 09:37:49.536979914 +0100 @@ -93,7 +93,7 @@ result in a very unsafe path). The safest way to insert a literal % into a value is to use %%. -startdit() +description( dit(bf(motd file)) This parameter allows you to specify a "message of the day" to display to clients on each connect. This usually contains site information and any legal notices. The default @@ -126,7 +126,7 @@ dit(bf(listen backlog)) You can override the default backlog value when the daemon listens for connections. It defaults to 5. -enddit() +) manpagesection(MODULE PARAMETERS) @@ -144,7 +144,7 @@ As with GLOBAL PARAMETERS, you may use references to environment variables in the values of parameters. See the GLOBAL PARAMETERS section for more details. -startdit() +description( dit(bf(comment)) This parameter specifies a description string that is displayed next to the module name when clients obtain a list @@ -761,7 +761,7 @@ are run using the permissions of the user that started the daemon (not the module's uid/gid setting) without any chroot restrictions. -enddit() +) manpagesection(CONFIG DIRECTIVES)