Stuf
authorEric Andersen <andersen@codepoet.org>
Wed, 8 Dec 1999 04:23:30 +0000 (04:23 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 8 Dec 1999 04:23:30 +0000 (04:23 -0000)
hostname.c
networking/hostname.c
networking/ping.c
ping.c

index 3c22cf8..6d9de1e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: hostname.c,v 1.2 1999/12/08 04:13:44 andersen Exp $
+ * $Id: hostname.c,v 1.3 1999/12/08 04:23:30 andersen Exp $
  * Mini hostname implementation for busybox
  *
  * Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
@@ -37,7 +37,7 @@ static const char* hostname_usage =
 "\t-s\t\tShort\n"
 "\t-i\t\tAddresses for the hostname\n"
 "\t-d\t\tDNS domain name\n"
-"\t-F file\tUse FILE to specify the hostname\n";
+"\t-F FILE\t\tUse the contents of FILE to specify the hostname\n";
 
 
 void do_sethostname(char *s, int isfile)
index 3c22cf8..6d9de1e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: hostname.c,v 1.2 1999/12/08 04:13:44 andersen Exp $
+ * $Id: hostname.c,v 1.3 1999/12/08 04:23:30 andersen Exp $
  * Mini hostname implementation for busybox
  *
  * Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
@@ -37,7 +37,7 @@ static const char* hostname_usage =
 "\t-s\t\tShort\n"
 "\t-i\t\tAddresses for the hostname\n"
 "\t-d\t\tDNS domain name\n"
-"\t-F file\tUse FILE to specify the hostname\n";
+"\t-F FILE\t\tUse the contents of FILE to specify the hostname\n";
 
 
 void do_sethostname(char *s, int isfile)
index 5659d81..fd5e33c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ping.c,v 1.2 1999/12/08 04:13:59 andersen Exp $
+ * $Id: ping.c,v 1.3 1999/12/08 04:23:30 andersen Exp $
  * Mini ping implementation for busybox
  *
  * Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
@@ -64,8 +64,8 @@
 
 static const char* ping_usage = "ping [OPTION]... host\n\n"
 "Options:\n"
-"\t-q\t\tQuiet output.  Dipslays nothing except at start and when finished.\n"
-"\t-c COUNT\t\tSend only COUNT ECHO_RESPONSE packets.\n";
+"\t-q\t\tQuiet mode, only displays output at start and when finished.\n"
+"\t-c COUNT\tSend only COUNT pings.\n";
 
 static char *hostname = NULL;
 static struct sockaddr_in pingaddr;
diff --git a/ping.c b/ping.c
index 5659d81..fd5e33c 100644 (file)
--- a/ping.c
+++ b/ping.c
@@ -1,5 +1,5 @@
 /*
- * $Id: ping.c,v 1.2 1999/12/08 04:13:59 andersen Exp $
+ * $Id: ping.c,v 1.3 1999/12/08 04:23:30 andersen Exp $
  * Mini ping implementation for busybox
  *
  * Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
@@ -64,8 +64,8 @@
 
 static const char* ping_usage = "ping [OPTION]... host\n\n"
 "Options:\n"
-"\t-q\t\tQuiet output.  Dipslays nothing except at start and when finished.\n"
-"\t-c COUNT\t\tSend only COUNT ECHO_RESPONSE packets.\n";
+"\t-q\t\tQuiet mode, only displays output at start and when finished.\n"
+"\t-c COUNT\tSend only COUNT pings.\n";
 
 static char *hostname = NULL;
 static struct sockaddr_in pingaddr;