From 3f7c36cbbb14f542326a3ab6060772e110459f39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Wed, 5 Feb 2025 12:41:45 +0000 Subject: [PATCH] doc: remove extraneous new lines in some man pages * local.mk: Add the --loose-indent option, which results in help2man avoiding extraneous new lines in expr.1, id.1, numfmt.1, shred.1, tail.1, and timeout.1. Fixes https://bugs.gnu.org/74107 --- man/local.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/local.mk b/man/local.mk index 8a3ef78d9d..ae74bf6ce1 100644 --- a/man/local.mk +++ b/man/local.mk @@ -27,7 +27,7 @@ if HAVE_PERL if BOLD_MAN_REFS help2man_OPTS=--bold-refs endif -run_help2man = $(PERL) -- $(srcdir)/man/help2man $(help2man_OPTS) +run_help2man = $(PERL) -- $(srcdir)/man/help2man --loose-indent $(help2man_OPTS) else run_help2man = $(SHELL) $(srcdir)/man/dummy-man endif -- 2.47.3