summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-11-25 22:17:55 +0000
committerJim Meyering <jim@meyering.net>2004-11-25 22:17:55 +0000
commit38bcbe928bf799196ea5d5fe42521faaaf475533 (patch)
tree22e1983d929a34cedb4986769c376d47d9c076da /man
parenta7fab534e40ed6f5ffc419d5107fd69a93e1f653 (diff)
downloadcoreutils-38bcbe928bf799196ea5d5fe42521faaaf475533.tar.xz
remove SPACEs before TABs
Diffstat (limited to 'man')
-rwxr-xr-xman/help2man4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/help2man b/man/help2man
index c0244e6a3..e2e9aacf7 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, $!;