[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAGOdq5=P_5WukzD5Z076mr-f9NKvKVrUcn2Uubc-yRX2t3k7qw@mail.gmail.com>
Date: Sun, 11 Aug 2013 00:05:18 -0700
From: Benjamin Kerensa <bkerensa@...ntu.com>
To: netdev@...r.kernel.org
Cc: yoshfuji@...ux-ipv6.org
Subject: [PATCH] ping: remove excessive punctuation in flood warning
ping_common.c has excessive punctuation and this patches cleans that up.
Signed-off-by: Benjamin Kerensa <bkerensa@...ntu.com>
---
ping_common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ping_common.c b/ping_common.c
index 8d6b145..28128b0 100644
--- a/ping_common.c
+++ b/ping_common.c
@@ -608,7 +608,7 @@ void setup(int icmp_sock)
interval = 0;
if (uid && interval < MINUSERINTERVAL) {
- fprintf(stderr, "ping: cannot flood; minimal interval, allowed for
user, is %dms\n", MINUSERINTERVAL);
+ fprintf(stderr, "ping: cannot flood; minimal interval allowed for
user is %dms\n", MINUSERINTERVAL);
exit(2);
}
--
1.8.3.2
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists