summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-15 09:08:29 +0000
committerJim Meyering <jim@meyering.net>2003-08-15 09:08:29 +0000
commit6f82d20ec837b42833f880370e5461a2a85cf77d (patch)
treedaee454f5a2a98c00a7db2c28cd50199891e946b /man
parentdcdee393d78dcd78cebffa148acff2eb7cf6eac2 (diff)
downloadcoreutils-6f82d20ec837b42833f880370e5461a2a85cf77d.tar.xz
Remove some SPACEs before TAB.
Diffstat (limited to 'man')
-rwxr-xr-xman/help2man4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/help2man b/man/help2man
index 228635c0b..2bc0b9e57 100755
--- a/man/help2man
+++ b/man/help2man
@@ -217,7 +217,7 @@ while (@opt_include)
close INC;
kark N_("%s: no valid information found in `%s'"), $this_program, $inc
- unless $key;
+ unless $key;
}
# Compress trailing blank lines.
@@ -241,7 +241,7 @@ my $version;
if ($opt_output)
{
unlink $opt_output or kark N_("%s: can't unlink %s (%s)"),
- $this_program, $opt_output, $! if -e $opt_output;
+ $this_program, $opt_output, $! if -e $opt_output;
open STDOUT, ">$opt_output"
or kark N_("%s: can't create %s (%s)"), $this_program, $opt_output, $!;