From abc0f4f8f97b36f2865986374405d091cefea107 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 8 Dec 1999 23:19:36 +0000 Subject: Latest and greatest --- networking/hostname.c | 2 +- networking/ping.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'networking') diff --git a/networking/hostname.c b/networking/hostname.c index 6d9de1e..be49de3 100644 --- a/networking/hostname.c +++ b/networking/hostname.c @@ -1,5 +1,5 @@ /* - * $Id: hostname.c,v 1.3 1999/12/08 04:23:30 andersen Exp $ + * $Id: hostname.c,v 1.4 1999/12/08 23:19:36 andersen Exp $ * Mini hostname implementation for busybox * * Copyright (C) 1999 by Randolph Chung diff --git a/networking/ping.c b/networking/ping.c index fd5e33c..45f3c20 100644 --- a/networking/ping.c +++ b/networking/ping.c @@ -1,5 +1,5 @@ /* - * $Id: ping.c,v 1.3 1999/12/08 04:23:30 andersen Exp $ + * $Id: ping.c,v 1.4 1999/12/08 23:19:36 andersen Exp $ * Mini ping implementation for busybox * * Copyright (C) 1999 by Randolph Chung @@ -63,6 +63,7 @@ #define TST(bit) (A(bit) & B(bit)) static const char* ping_usage = "ping [OPTION]... host\n\n" +"Send ICMP ECHO_REQUEST packets to network hosts.\n\n" "Options:\n" "\t-q\t\tQuiet mode, only displays output at start and when finished.\n" "\t-c COUNT\tSend only COUNT pings.\n"; -- cgit v1.1