From: Pádraig Brady
Date: Mon, 23 Sep 2024 19:49:19 +0000 (+0100) Subject: doc: fix option markup in chgrp, chown, chmod man pages X-Git-Tag: v9.6~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afab48f23f7e8d5144dd9616f6722f0c30255b1f;p=thirdparty%2Fcoreutils.git doc: fix option markup in chgrp, chown, chmod man pages * src/system.h (emit_symlink_recurse_options): Remove quotes so that help2man markup is applied to the option. Fixes https://bugs.gnu.org/72914 --- diff --git a/src/system.h b/src/system.h index b5d38bb180..fc038a9797 100644 --- a/src/system.h +++ b/src/system.h @@ -630,7 +630,7 @@ emit_symlink_recurse_options (char const *default_opt) \n\ The following options modify how a hierarchy is traversed when the -R\n\ option is also specified. If more than one is specified, only the final\n\ -one takes effect. '%s' is the default.\n\ +one takes effect. %s is the default.\n\ \n\ -H if a command line argument is a symbolic link\n\ to a directory, traverse it\n\