diff options
author | Phil Blundell <philb@gnu.org> | 1999-04-18 20:28:38 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 1999-04-18 20:28:38 +0000 |
commit | d33bfdd2e761f3c61ee5d5056a4eae6c78e27fa2 (patch) | |
tree | 4760ceac96f9b4584923e405148fba0968aec1b7 /ifconfig.c | |
parent | Update (diff) | |
download | net-tools-d33bfdd2e761f3c61ee5d5056a4eae6c78e27fa2.tar.gz net-tools-d33bfdd2e761f3c61ee5d5056a4eae6c78e27fa2.tar.bz2 net-tools-d33bfdd2e761f3c61ee5d5056a4eae6c78e27fa2.zip |
Minor textual updates/corrections
Diffstat (limited to 'ifconfig.c')
-rw-r--r-- | ifconfig.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ * that either displays or sets the characteristics of * one or more of the system's networking interfaces. * - * Version: $Id: ifconfig.c,v 1.30 1999/04/04 21:37:01 philip Exp $ + * Version: $Id: ifconfig.c,v 1.31 1999/04/18 20:28:39 philip Exp $ * * Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> * and others. Copyright 1993 MicroWalt Corporation @@ -429,7 +429,7 @@ static void usage(void) #endif #if HAVE_AFINET fprintf(stderr, _(" [[-]broadcast [<address>]] [[-]pointopoint [<address>]]\n")); - fprintf(stderr, _(" [netmask <address>] [dstaddr <address>] [tunnel <adress>]\n")); + fprintf(stderr, _(" [netmask <address>] [dstaddr <address>] [tunnel <address>]\n")); #endif #ifdef SIOCSKEEPALIVE fprintf(stderr, _(" [outfill <NN>] [keepalive <NN>]\n")); @@ -439,7 +439,7 @@ static void usage(void) fprintf(stderr, _(" [multicast] [[-]promisc]\n")); fprintf(stderr, _(" [mem_start <NN>] [io_addr <NN>] [irq <NN>] [media <type>]\n")); #ifdef HAVE_TXQUEUELEN - fprintf(stderr, _(" [txqueuelen len]\n")); + fprintf(stderr, _(" [txqueuelen <NN>]\n")); #endif #ifdef HAVE_DYNAMIC fprintf(stderr, _(" [[-]dynamic]\n")); |