From 4ace473b8bb0594765b0513ea9533a2114480688 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 8 Aug 2021 18:04:01 -0700 Subject: [PATCH] maint: Update doc/help2man. * doc/help2man: update to 1.48.24 --- doc/help2man | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/help2man b/doc/help2man index c795357e0..a8bea9896 100755 --- a/doc/help2man +++ b/doc/help2man @@ -16,10 +16,10 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program; if not, see . +# along with this program; if not, see . # Written by Brendan O'Dea -# Available from ftp://ftp.gnu.org/gnu/help2man/ +# Available from https://ftp.gnu.org/gnu/help2man/ use 5.008; use strict; @@ -29,7 +29,7 @@ use Text::Tabs qw(expand); use POSIX qw(strftime setlocale LC_ALL); my $this_program = 'help2man'; -my $this_version = '1.48.2'; +my $this_version = '1.48.4'; sub _ { $_[0] } sub configure_locale @@ -250,8 +250,8 @@ my $help_text = get_option_value $ARGV[0], $help_option; $version_text ||= get_option_value $ARGV[0], $version_option; # By default the generated manual pages will include the current date. This may -# however be overriden by setting the environment variable $SOURCE_DATE_EPOCH to -# an integer value of the seconds since the UNIX epoch. This is primarily +# however be overridden by setting the environment variable $SOURCE_DATE_EPOCH +# to an integer value of the seconds since the UNIX epoch. This is primarily # intended to support reproducible builds (wiki.debian.org/ReproducibleBuilds) # and will additionally ensure that the output date string is UTC. my $epoch_secs = time; @@ -763,7 +763,7 @@ sub convert_option } # Insert spacing escape characters \, and \/ before and after italic text. See -# http://www.gnu.org/software/groff/manual/html_node/Ligatures-and-Kerning.html +# https://www.gnu.org/software/groff/manual/html_node/Ligatures-and-Kerning.html sub fix_italic_spacing { local $_ = shift; -- 2.47.3