summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2007-08-22 15:50:06 +0000
committerMarc Espie <espie@cvs.openbsd.org>2007-08-22 15:50:06 +0000
commit692400d89b891edff102e340aca684f717314c7c (patch)
treef77ddf11e17c2d829c260e4fee12ca5b5b310db3 /libexec
parentbc23ade8f5d7cfb2c8b6075b14a6a90d0e7de02b (diff)
err msg looks better with a \n
Diffstat (limited to 'libexec')
-rw-r--r--libexec/makewhatis/OpenBSD/Makewhatis.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/makewhatis/OpenBSD/Makewhatis.pm b/libexec/makewhatis/OpenBSD/Makewhatis.pm
index 3556c00737a..2f98021f61a 100644
--- a/libexec/makewhatis/OpenBSD/Makewhatis.pm
+++ b/libexec/makewhatis/OpenBSD/Makewhatis.pm
@@ -1,5 +1,5 @@
# ex:ts=8 sw=4:
-# $OpenBSD: Makewhatis.pm,v 1.5 2005/03/05 11:02:35 espie Exp $
+# $OpenBSD: Makewhatis.pm,v 1.6 2007/08/22 15:50:05 espie Exp $
# Copyright (c) 2000-2004 Marc Espie <espie@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
@@ -65,7 +65,7 @@ sub scan_manpages($)
$subjects = OpenBSD::Makewhatis::Formated::handle($file, $_);
}
} else {
- print STDERR "Can't find type of $_";
+ print STDERR "Can't find type of $_\n";
next;
}
if ($picky) {