Introduce "route del" as an alias to "route delete".

Reviewed by:	arch
This commit is contained in:
tobez 2005-09-28 12:12:15 +00:00
parent 72bed50604
commit 86c9a041d3
3 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,7 @@ atalk
blackhole
change
cloning
del
delete
dst
expire

View File

@ -83,7 +83,7 @@ commands.
.Pp
The
.Nm
utility provides six commands:
utility provides the following commands:
.Pp
.Bl -tag -width Fl -compact
.It Cm add
@ -92,6 +92,10 @@ Add a route.
Remove all routes.
.It Cm delete
Delete a specific route.
.It Cm del
Another name for the
.Cm delete
command.
.It Cm change
Change aspects of a route (such as its gateway).
.It Cm get

View File

@ -174,6 +174,7 @@ main(argc, argv)
case K_CHANGE:
case K_ADD:
case K_DEL:
case K_DELETE:
newroute(argc, argv);
/* NOTREACHED */