summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-06-18 06:30:34 +0000
committercharnier <charnier@FreeBSD.org>1997-06-18 06:30:34 +0000
commita7ec83088076243e414cbd9257cd438123913dd1 (patch)
tree6029f1e75ed96cdc5417cb4fc6c64dfc537fcdae /sbin
parent2f83b582ea0364eb6407fcbbfebdc0cdb071d868 (diff)
downloadFreeBSD-src-a7ec83088076243e414cbd9257cd438123913dd1.zip
FreeBSD-src-a7ec83088076243e414cbd9257cd438123913dd1.tar.gz
Sync beetween man page and usage string.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/route/route.84
-rw-r--r--sbin/route/route.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8
index 8a3596f..aea6425 100644
--- a/sbin/route/route.8
+++ b/sbin/route/route.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)route.8 8.3 (Berkeley) 3/19/94
-.|' $Id$
+.|' $Id: route.8,v 1.10 1997/02/22 14:33:09 peter Exp $
.\"
.Dd March 19, 1994
.Dt ROUTE 8
@@ -200,7 +200,7 @@ symbolic names.
.Pp
The optional
.Fl netmask
-qualifier is intended
+modifier is intended
to achieve the effect of an
.Tn OSI
.Tn ESIS
diff --git a/sbin/route/route.c b/sbin/route/route.c
index 46c1e91..7ffd132 100644
--- a/sbin/route/route.c
+++ b/sbin/route/route.c
@@ -43,7 +43,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)route.c 8.3 (Berkeley) 3/19/94";
*/
static const char rcsid[] =
- "$Id: route.c,v 1.23 1997/04/02 16:52:45 phk Exp $";
+ "$Id: route.c,v 1.24 1997/04/02 17:05:30 phk Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -120,7 +120,7 @@ usage(cp)
if (cp)
warnx("bad keyword: %s", cp);
(void) fprintf(stderr,
- "usage: route [ -nqv ] cmd [[ -<qualifers> ] args ]\n");
+ "usage: route [ -nqv ] command [[ modifiers ] args ]\n");
exit(EX_USAGE);
/* NOTREACHED */
}
OpenPOWER on IntegriCloud