[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAGOdq5mESsfh063GnOS=kUio6M_FfNJsGfbZCBUS39aoD78m_g@mail.gmail.com>
Date: Thu, 17 Jan 2013 23:22:31 -0800
From: Benjamin Kerensa <bkerensa@...ntu.com>
To: netdev@...r.kernel.org
Subject: small iputils patch to remove excessive punctuation
Here is a quick iputils patch to remove unneeded punctuation from ping
flood warning in ping_common.c
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 7f82851..261aafc 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.0
--
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