aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>1999-04-18 20:28:38 +0000
committerPhil Blundell <philb@gnu.org>1999-04-18 20:28:38 +0000
commitd33bfdd2e761f3c61ee5d5056a4eae6c78e27fa2 (patch)
tree4760ceac96f9b4584923e405148fba0968aec1b7 /route.c
parentUpdate (diff)
downloadnet-tools-d33bfdd2e761f3c61ee5d5056a4eae6c78e27fa2.tar.gz
net-tools-d33bfdd2e761f3c61ee5d5056a4eae6c78e27fa2.tar.bz2
net-tools-d33bfdd2e761f3c61ee5d5056a4eae6c78e27fa2.zip
Minor textual updates/corrections
Diffstat (limited to 'route.c')
-rw-r--r--route.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/route.c b/route.c
index 2f98e78..e6115a7 100644
--- a/route.c
+++ b/route.c
@@ -2,7 +2,7 @@
* route This file contains an implementation of the command
* that manages the IP routing table in the kernel.
*
- * Version: $Id: route.c,v 1.5 1999/01/09 15:37:35 philip Exp $
+ * Version: $Id: route.c,v 1.6 1999/04/18 20:28:41 philip Exp $
*
* Maintainer: Bernd 'eckes' Eckenfels, <net-tools@lina.inka.de>
*
@@ -85,8 +85,8 @@ static void usage(void)
fprintf(stderr, _(" -v, --verbose be verbose\n"));
fprintf(stderr, _(" -n, --numeric dont resolve names\n"));
fprintf(stderr, _(" -N, --symbolic resolve hardware names\n"));
- fprintf(stderr, _(" -e, --extend display other/more informations\n"));
- fprintf(stderr, _(" -F, --fib display Forwarding Infomation Base (default)\n"));
+ fprintf(stderr, _(" -e, --extend display other/more information\n"));
+ fprintf(stderr, _(" -F, --fib display Forwarding Information Base (default)\n"));
fprintf(stderr, _(" -C, --cache display routing cache instead of FIB\n\n"));
fprintf(stderr, _(" <AF>=Use '-A <af>' or '--<af>' Default: %s\n"), DFLT_AF);