summaryrefslogtreecommitdiffstats
path: root/usr.sbin/zic
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1999-02-08 16:52:42 +0000
committerwollman <wollman@FreeBSD.org>1999-02-08 16:52:42 +0000
commit9dfb38d4fe31e516dba4de3c0ea5b9d98a19cd1b (patch)
tree1832e74d8c525c4fa82c75a5064faf0e7b328ab9 /usr.sbin/zic
parentb25b4061cd1238f1bdef9f738b481e9e2a5542e6 (diff)
downloadFreeBSD-src-9dfb38d4fe31e516dba4de3c0ea5b9d98a19cd1b.zip
FreeBSD-src-9dfb38d4fe31e516dba4de3c0ea5b9d98a19cd1b.tar.gz
Fix mismerged error message.
Submitted by: charnier
Diffstat (limited to 'usr.sbin/zic')
-rw-r--r--usr.sbin/zic/zic.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/zic/zic.c b/usr.sbin/zic/zic.c
index c8f503b..a008e24 100644
--- a/usr.sbin/zic/zic.c
+++ b/usr.sbin/zic/zic.c
@@ -6,7 +6,7 @@ static char elsieid[] = "@(#)zic.c 7.96";
#ifndef lint
static const char rcsid[] =
- "$Id: zic.c,v 1.8 1999/01/21 17:46:19 wollman Exp $";
+ "$Id: zic.c,v 1.9 1999/01/21 21:09:56 wollman Exp $";
#endif /* not lint */
#include "private.h"
@@ -615,8 +615,7 @@ warning(_("hard link failed, symbolic link used"));
}
#endif
if (result != 0) {
- err(EXIT_FAILURE,
- _("%s: Can't link from %s to %s"),
+ err(EXIT_FAILURE, _("can't link from %s to %s"),
fromname, toname);
}
}
OpenPOWER on IntegriCloud