diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-08 23:19:36 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-08 23:19:36 +0000 |
commit | 4b718d969e8f44e9b7167872e7271ee068b7f062 (patch) | |
tree | ee7605752c6323682f0ef0879cc48f95bdf13e37 /networking | |
parent | abfe7e69b8bd8bf8e595e6e57b80e57b53e94fde (diff) | |
download | busybox-w32-4b718d969e8f44e9b7167872e7271ee068b7f062.tar.gz busybox-w32-4b718d969e8f44e9b7167872e7271ee068b7f062.tar.bz2 busybox-w32-4b718d969e8f44e9b7167872e7271ee068b7f062.zip |
Latest and greatest
git-svn-id: svn://busybox.net/trunk/busybox@175 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r-- | networking/hostname.c | 2 | ||||
-rw-r--r-- | networking/ping.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/networking/hostname.c b/networking/hostname.c index 6d9de1ec5..be49de395 100644 --- a/networking/hostname.c +++ b/networking/hostname.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * $Id: hostname.c,v 1.3 1999/12/08 04:23:30 andersen Exp $ | 2 | * $Id: hostname.c,v 1.4 1999/12/08 23:19:36 andersen Exp $ |
3 | * Mini hostname implementation for busybox | 3 | * Mini hostname 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> |
diff --git a/networking/ping.c b/networking/ping.c index fd5e33c03..45f3c20aa 100644 --- a/networking/ping.c +++ b/networking/ping.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * $Id: ping.c,v 1.3 1999/12/08 04:23:30 andersen Exp $ | 2 | * $Id: ping.c,v 1.4 1999/12/08 23:19:36 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> |
@@ -63,6 +63,7 @@ | |||
63 | #define TST(bit) (A(bit) & B(bit)) | 63 | #define TST(bit) (A(bit) & B(bit)) |
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 | "Send ICMP ECHO_REQUEST packets to network hosts.\n\n" | ||
66 | "Options:\n" | 67 | "Options:\n" |
67 | "\t-q\t\tQuiet mode, only displays output at start and when finished.\n" | 68 | "\t-q\t\tQuiet mode, only displays output at start and when finished.\n" |
68 | "\t-c COUNT\tSend only COUNT pings.\n"; | 69 | "\t-c COUNT\tSend only COUNT pings.\n"; |