diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-08 04:13:59 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-08 04:13:59 +0000 |
commit | 237942880678a51f368900ccf86a61282357b3cd (patch) | |
tree | cbe5fbaaf407377289e11e82f066d4bd79d44ebe | |
parent | f4117f974ba042792964efcc15e4646f129a46d1 (diff) | |
download | busybox-w32-237942880678a51f368900ccf86a61282357b3cd.tar.gz busybox-w32-237942880678a51f368900ccf86a61282357b3cd.tar.bz2 busybox-w32-237942880678a51f368900ccf86a61282357b3cd.zip |
Fixes
git-svn-id: svn://busybox.net/trunk/busybox@173 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | networking/ping.c | 6 | ||||
-rw-r--r-- | ping.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/networking/ping.c b/networking/ping.c index 9f8a103bd..5659d81bc 100644 --- a/networking/ping.c +++ b/networking/ping.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * $Id: ping.c,v 1.1 1999/12/07 23:14:59 andersen Exp $ | 2 | * $Id: ping.c,v 1.2 1999/12/08 04:13:59 andersen Exp $ |
3 | * Mini ping implementation for busybox | 3 | * Mini ping implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> | 5 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> |
@@ -64,8 +64,8 @@ | |||
64 | 64 | ||
65 | static const char* ping_usage = "ping [OPTION]... host\n\n" | 65 | static const char* ping_usage = "ping [OPTION]... host\n\n" |
66 | "Options:\n" | 66 | "Options:\n" |
67 | "\t-q\t\tquiet\n" | 67 | "\t-q\t\tQuiet output. Dipslays nothing except at start and when finished.\n" |
68 | "\t-c\t\tping count\n"; | 68 | "\t-c COUNT\t\tSend only COUNT ECHO_RESPONSE packets.\n"; |
69 | 69 | ||
70 | static char *hostname = NULL; | 70 | static char *hostname = NULL; |
71 | static struct sockaddr_in pingaddr; | 71 | static struct sockaddr_in pingaddr; |
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * $Id: ping.c,v 1.1 1999/12/07 23:14:59 andersen Exp $ | 2 | * $Id: ping.c,v 1.2 1999/12/08 04:13:59 andersen Exp $ |
3 | * Mini ping implementation for busybox | 3 | * Mini ping implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> | 5 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> |
@@ -64,8 +64,8 @@ | |||
64 | 64 | ||
65 | static const char* ping_usage = "ping [OPTION]... host\n\n" | 65 | static const char* ping_usage = "ping [OPTION]... host\n\n" |
66 | "Options:\n" | 66 | "Options:\n" |
67 | "\t-q\t\tquiet\n" | 67 | "\t-q\t\tQuiet output. Dipslays nothing except at start and when finished.\n" |
68 | "\t-c\t\tping count\n"; | 68 | "\t-c COUNT\t\tSend only COUNT ECHO_RESPONSE packets.\n"; |
69 | 69 | ||
70 | static char *hostname = NULL; | 70 | static char *hostname = NULL; |
71 | static struct sockaddr_in pingaddr; | 71 | static struct sockaddr_in pingaddr; |