From afab48f23f7e8d5144dd9616f6722f0c30255b1f Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Mon, 23 Sep 2024 20:49:19 +0100 Subject: [PATCH] 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 --- src/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\ -- 2.47.2