aboutsummaryrefslogtreecommitdiff
path: root/sbin/route/route.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/route/route.8')
-rw-r--r--sbin/route/route.818
1 files changed, 15 insertions, 3 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8
index 692e1a891936..34af296247a6 100644
--- a/sbin/route/route.8
+++ b/sbin/route/route.8
@@ -28,7 +28,7 @@
.\" @(#)route.8 8.3 (Berkeley) 3/19/94
.\" $FreeBSD$
.\"
-.Dd November 11, 2014
+.Dd February 16, 2018
.Dt ROUTE 8
.Os
.Sh NAME
@@ -164,18 +164,30 @@ option is specified, the operation will be applied to
the specified FIB
.Pq routing table .
.Pp
-The other commands have the following syntax:
+The add command has the following syntax:
.Pp
.Bd -ragged -offset indent -compact
.Nm
.Op Fl n
-.Ar command
+.Cm add
.Op Fl net No \&| Fl host
.Ar destination gateway
.Op Ar netmask
.Op Fl fib Ar number
.Ed
.Pp
+and the other commands have the following syntax:
+.Pp
+.Bd -ragged -offset indent -compact
+.Nm
+.Op Fl n
+.Ar command
+.Op Fl net No \&| Fl host
+.Ar destination
+.Op Ar gateway Op Ar netmask
+.Op Fl fib Ar number
+.Ed
+.Pp
where
.Ar destination
is the destination host or network,