From 0717bdfdf2242be472e49eb783662ce4be148c37 Mon Sep 17 00:00:00 2001 From: darrenr Date: Mon, 26 Jul 1999 12:00:47 +0000 Subject: [PATCH] cleanup error message --- sbin/ifconfig/ifconfig.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index d58660683041..f1f27c35b8b3 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,4 @@ -/* $NetBSD: ifconfig.c,v 1.55 1999/07/26 11:56:55 darrenr Exp $ */ +/* $NetBSD: ifconfig.c,v 1.56 1999/07/26 12:00:47 darrenr Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -80,7 +80,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\ #if 0 static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94"; #else -__RCSID("$NetBSD: ifconfig.c,v 1.55 1999/07/26 11:56:55 darrenr Exp $"); +__RCSID("$NetBSD: ifconfig.c,v 1.56 1999/07/26 12:00:47 darrenr Exp $"); #endif #endif /* not lint */ @@ -480,7 +480,7 @@ main(argc, argv) break; if (p->c_name == 0 && setaddr) { if (!(flags & IFF_POINTOPOINT)) { - errx(1, "Can't set destination address %s\n", + errx(1, "can't set destination address %s", "on non-point-to-point link"); p++; /* got src, do dst */ }