automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[automake-commit] branch master updated: maint: Update doc/help2man.


From: Karl Berry
Subject: [automake-commit] branch master updated: maint: Update doc/help2man.
Date: Sun, 08 Aug 2021 21:04:10 -0400

This is an automated email from the git hooks/post-receive script.

karl pushed a commit to branch master
in repository automake.

View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=4ace473b8bb0594765b0513ea9533a2114480688

The following commit(s) were added to refs/heads/master by this push:
     new 4ace473  maint: Update doc/help2man.
4ace473 is described below

commit 4ace473b8bb0594765b0513ea9533a2114480688
Author: Karl Berry <karl@freefriends.org>
AuthorDate: Sun Aug 8 18:04:01 2021 -0700

    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 c795357..a8bea98 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 <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
 
 # Written by Brendan O'Dea <bod@debian.org>
-# 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]