From 3a1cbe8c25c0ec1a9b8aeafd2e7eaebb4f181eb9 Mon Sep 17 00:00:00 2001 From: bearhoney <34187569+bearhoney@users.noreply.github.com> Date: Sun, 20 Oct 2024 23:21:02 +0200 Subject: [PATCH] Update chsh.1.adoc to avoid duplicates in man page Excluded man-common/help-version.adoc to avoid duplicate -h and -V option descriptions in the man page for chsh(1). (cherry picked from commit 3dc249abb2685f42c84323ae758d5e1ba8d9d02a) --- login-utils/chsh.1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login-utils/chsh.1.adoc b/login-utils/chsh.1.adoc index 965a9e333d..940ded5aa1 100644 --- a/login-utils/chsh.1.adoc +++ b/login-utils/chsh.1.adoc @@ -44,7 +44,7 @@ deprecated *-u*. Print version and exit. The short options *-V* have been used since version 2.39; old versions use deprecated *-v*. -include::man-common/help-version.adoc[] +// Do not include::man-common/help-version.adoc[] as both -h and -V were already explicitly given above in more detail. == VALID SHELLS -- 2.47.2