From a95c2d852912f59fb8e69c1a812dabcaf04cfc23 Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 26 Mar 2001 09:57:26 +0000 Subject: Decapitalise first letter of warning message. --- usr.sbin/pkg_install/info/perform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pkg_install/info/perform.c b/usr.sbin/pkg_install/info/perform.c index a29c962..be9cca9 100644 --- a/usr.sbin/pkg_install/info/perform.c +++ b/usr.sbin/pkg_install/info/perform.c @@ -387,7 +387,7 @@ find_pkg(char *db_dir, struct which_head *which_list) if (!cmp_path(wp->file, itr->name, cwd)) continue; if (wp->package[0] != '\0') { - warnx("Both %s and %s claim to have installed %s\n", + warnx("both %s and %s claim to have installed %s\n", wp->package, installed[i], wp->file); } else { strlcpy(wp->package, installed[i], PATH_MAX); -- cgit v1.1