summaryrefslogtreecommitdiff
path: root/build-aux/help2man
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/help2man')
-rwxr-xr-xbuild-aux/help2man5
1 files changed, 2 insertions, 3 deletions
diff --git a/build-aux/help2man b/build-aux/help2man
index af57f41..262b947 100755
--- a/build-aux/help2man
+++ b/build-aux/help2man
@@ -1,8 +1,7 @@
#!/usr/bin/env perl
# Generate a short man page from --help and --version output.
-# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software
-# Foundation, Inc.
+# Copyright (C) 1997-2016 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
@@ -527,7 +526,7 @@ for (@pre, (grep ! /^($filter)$/o, @include), @post)
{
my $quote = /\W/ ? '"' : '';
print ".SH $quote$_$quote\n";
-
+
for ($include{$_})
{
# Replace leading dot, apostrophe and backslash tokens.