summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2011-01-31 12:21:31 +0000
committerajacoutot <ajacoutot@openbsd.org>2011-01-31 12:21:31 +0000
commitec4c85747c4b14cb2c61fb6a64d43f1e07681635 (patch)
tree92ee5266048e2e8ca9683b2f9276a5018c5ca9d1
parentWhen in a <PRE>, don't print out the <BR> before lines that have (diff)
downloadwireguard-openbsd-ec4c85747c4b14cb2c61fb6a64d43f1e07681635.tar.xz
wireguard-openbsd-ec4c85747c4b14cb2c61fb6a64d43f1e07681635.zip
Add a full stop at the end of the sentences from finish and report.
ok espie@
-rw-r--r--usr.sbin/pkg_add/OpenBSD/PackingElement.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/PackingElement.pm b/usr.sbin/pkg_add/OpenBSD/PackingElement.pm
index 41b7b864bcf..3bd01f91157 100644
--- a/usr.sbin/pkg_add/OpenBSD/PackingElement.pm
+++ b/usr.sbin/pkg_add/OpenBSD/PackingElement.pm
@@ -1,5 +1,5 @@
# ex:ts=8 sw=4:
-# $OpenBSD: PackingElement.pm,v 1.193 2011/01/23 06:56:53 espie Exp $
+# $OpenBSD: PackingElement.pm,v 1.194 2011/01/31 12:21:31 ajacoutot Exp $
#
# Copyright (c) 2003-2010 Marc Espie <espie@openbsd.org>
#
@@ -171,7 +171,7 @@ sub finish
OpenBSD::PackingElement::Fontdir->finish($state);
OpenBSD::PackingElement::RcScript->report($state);
if ($state->{readmes}) {
- $state->say("Look in /usr/local/share/doc/pkg-readmes for extra documentation");
+ $state->say("Look in /usr/local/share/doc/pkg-readmes for extra documentation.");
}
}
@@ -506,7 +506,7 @@ sub report
if (@l > 0) {
$state->say("The following new rcscripts were installed: #1",
join(' ', @l));
- $state->say("See rc.d(8) for details");
+ $state->say("See rc.d(8) for details.");
}
}