aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-12-08 04:23:30 +0000
committerEric Andersen <andersen@codepoet.org>1999-12-08 04:23:30 +0000
commit2285f367e220af9bda9f544945007725a02032dd (patch)
tree0b49596017c10bb84a71f3c5d94406c6bd9aa852
parentfcdb57a0fc6adebf24db9c10163f319be79da55f (diff)
downloadbusybox-w32-2285f367e220af9bda9f544945007725a02032dd.tar.gz
busybox-w32-2285f367e220af9bda9f544945007725a02032dd.tar.bz2
busybox-w32-2285f367e220af9bda9f544945007725a02032dd.zip
Stuf
-rw-r--r--hostname.c4
-rw-r--r--networking/hostname.c4
-rw-r--r--networking/ping.c6
-rw-r--r--ping.c6
4 files changed, 10 insertions, 10 deletions
diff --git a/hostname.c b/hostname.c
index 3c22cf8c0..6d9de1ec5 100644
--- a/hostname.c
+++ b/hostname.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * $Id: hostname.c,v 1.2 1999/12/08 04:13:44 andersen Exp $ 2 * $Id: hostname.c,v 1.3 1999/12/08 04:23:30 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>
@@ -37,7 +37,7 @@ static const char* hostname_usage =
37"\t-s\t\tShort\n" 37"\t-s\t\tShort\n"
38"\t-i\t\tAddresses for the hostname\n" 38"\t-i\t\tAddresses for the hostname\n"
39"\t-d\t\tDNS domain name\n" 39"\t-d\t\tDNS domain name\n"
40"\t-F file\tUse FILE to specify the hostname\n"; 40"\t-F FILE\t\tUse the contents of FILE to specify the hostname\n";
41 41
42 42
43void do_sethostname(char *s, int isfile) 43void do_sethostname(char *s, int isfile)
diff --git a/networking/hostname.c b/networking/hostname.c
index 3c22cf8c0..6d9de1ec5 100644
--- a/networking/hostname.c
+++ b/networking/hostname.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * $Id: hostname.c,v 1.2 1999/12/08 04:13:44 andersen Exp $ 2 * $Id: hostname.c,v 1.3 1999/12/08 04:23:30 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>
@@ -37,7 +37,7 @@ static const char* hostname_usage =
37"\t-s\t\tShort\n" 37"\t-s\t\tShort\n"
38"\t-i\t\tAddresses for the hostname\n" 38"\t-i\t\tAddresses for the hostname\n"
39"\t-d\t\tDNS domain name\n" 39"\t-d\t\tDNS domain name\n"
40"\t-F file\tUse FILE to specify the hostname\n"; 40"\t-F FILE\t\tUse the contents of FILE to specify the hostname\n";
41 41
42 42
43void do_sethostname(char *s, int isfile) 43void do_sethostname(char *s, int isfile)
diff --git a/networking/ping.c b/networking/ping.c
index 5659d81bc..fd5e33c03 100644
--- a/networking/ping.c
+++ b/networking/ping.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * $Id: ping.c,v 1.2 1999/12/08 04:13:59 andersen Exp $ 2 * $Id: ping.c,v 1.3 1999/12/08 04:23:30 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
65static const char* ping_usage = "ping [OPTION]... host\n\n" 65static const char* ping_usage = "ping [OPTION]... host\n\n"
66"Options:\n" 66"Options:\n"
67"\t-q\t\tQuiet output. Dipslays nothing except at start and when finished.\n" 67"\t-q\t\tQuiet mode, only displays output at start and when finished.\n"
68"\t-c COUNT\t\tSend only COUNT ECHO_RESPONSE packets.\n"; 68"\t-c COUNT\tSend only COUNT pings.\n";
69 69
70static char *hostname = NULL; 70static char *hostname = NULL;
71static struct sockaddr_in pingaddr; 71static struct sockaddr_in pingaddr;
diff --git a/ping.c b/ping.c
index 5659d81bc..fd5e33c03 100644
--- a/ping.c
+++ b/ping.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * $Id: ping.c,v 1.2 1999/12/08 04:13:59 andersen Exp $ 2 * $Id: ping.c,v 1.3 1999/12/08 04:23:30 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
65static const char* ping_usage = "ping [OPTION]... host\n\n" 65static const char* ping_usage = "ping [OPTION]... host\n\n"
66"Options:\n" 66"Options:\n"
67"\t-q\t\tQuiet output. Dipslays nothing except at start and when finished.\n" 67"\t-q\t\tQuiet mode, only displays output at start and when finished.\n"
68"\t-c COUNT\t\tSend only COUNT ECHO_RESPONSE packets.\n"; 68"\t-c COUNT\tSend only COUNT pings.\n";
69 69
70static char *hostname = NULL; 70static char *hostname = NULL;
71static struct sockaddr_in pingaddr; 71static struct sockaddr_in pingaddr;