summaryrefslogtreecommitdiff
path: root/Documentation/lint-man-end-blurb.perl
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/lint-man-end-blurb.perl')
-rwxr-xr-xDocumentation/lint-man-end-blurb.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/lint-man-end-blurb.perl b/Documentation/lint-man-end-blurb.perl
index d69312e..6bdb13a 100755
--- a/Documentation/lint-man-end-blurb.perl
+++ b/Documentation/lint-man-end-blurb.perl
@@ -6,7 +6,7 @@ use warnings;
my $exit_code = 0;
sub report {
my ($target, $msg) = @_;
- print "error: $target: $msg\n";
+ print STDERR "error: $target: $msg\n";
$exit_code = 1;
}