From bfc1dacca8cd79f5c0044fad3b31384a47c0a023 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 11 Jul 2000 22:44:26 +0000 Subject: import 1.022 --- man/help2man | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'man') diff --git a/man/help2man b/man/help2man index 1728036af..2c8164789 100755 --- a/man/help2man +++ b/man/help2man @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # Generate a short man page from --help and --version output. -# Copyright © 1997, 98, 99 Free Software Foundation, Inc. +# Copyright © 1997, 1998, 1999, 2000 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -27,11 +27,11 @@ use Text::Tabs qw(expand); use POSIX qw(strftime setlocale LC_TIME); my $this_program = 'help2man'; -my $this_version = '1.020'; +my $this_version = '1.022'; my $version_info = <. EOT my $section = 1; @@ -480,7 +482,7 @@ for (@pre, (grep ! /^($filter)$/o, @include), @post) { my $quote = /\W/ ? '"' : ''; print ".SH $quote$_$quote\n"; - + for ($include{$_}) { # Replace leading dot an backslash tokens. -- cgit v1.2.3-54-g00ecf