fixed debian bug#111642 reported by Jonathan Amery <jdamery@pick.ucam.org>
authorBernd Eckenfels <net-tools@lina.inka.de>
Sun, 25 Nov 2001 06:55:06 +0000 (06:55 +0000)
committerBernd Eckenfels <net-tools@lina.inka.de>
Sun, 25 Nov 2001 06:55:06 +0000 (06:55 +0000)
(newline missing in nameif usage)

nameif.c

index 8d79b50..307bbeb 100644 (file)
--- a/nameif.c
+++ b/nameif.c
@@ -3,7 +3,7 @@
  * Writen 2000 by Andi Kleen.
  * Subject to the Gnu Public License, version 2.  
  * TODO: make it support token ring etc.
- * $Id: nameif.c,v 1.1 2000/10/18 17:26:29 ak Exp $
+ * $Id: nameif.c,v 1.2 2001/11/25 06:55:06 ecki Exp $
  */ 
 #ifndef _GNU_SOURCE 
 #define _GNU_SOURCE
@@ -200,7 +200,7 @@ struct option lopt[] = {
 
 void usage(void)
 {
-       fprintf(stderr, _("usage: nameif [-c configurationfile] [-s] {ifname macaddress}")); 
+       fprintf(stderr, _("usage: nameif [-c configurationfile] [-s] {ifname macaddress}\n")); 
        exit(1); 
 }