mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
Sync beetween man page and usage string.
This commit is contained in:
parent
1b6a6c70bb
commit
eee9b17e46
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26723
@ -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
|
||||
|
@ -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 */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user