summaryrefslogtreecommitdiffstats
path: root/sbin/route/route.8
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-06-08 09:07:34 +0000
committerru <ru@FreeBSD.org>2001-06-08 09:07:34 +0000
commit50544d4e122310c27531e9ee8c78b07642f4ad80 (patch)
treefe9bbad640c0ac90e4d0b598d262cca2dfd88d73 /sbin/route/route.8
parent05d2bc21eb72cda1cbb3da5d05ccf702278302eb (diff)
downloadFreeBSD-src-50544d4e122310c27531e9ee8c78b07642f4ad80.zip
FreeBSD-src-50544d4e122310c27531e9ee8c78b07642f4ad80.tar.gz
Change the host/bits syntax introduced in route.c,v 1.24 to the
net/bits syntax, for consistency with netstat(1) in particular. OK'ed by: phk MFC after: 1 week
Diffstat (limited to 'sbin/route/route.8')
-rw-r--r--sbin/route/route.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8
index 5e67f44..a6d8b72 100644
--- a/sbin/route/route.8
+++ b/sbin/route/route.8
@@ -168,7 +168,7 @@ route to a host.
Optionally, the
.Ar destination
could also be specified in the
-.Ar host Ns / Ns Ar bits
+.Ar net Ns / Ns Ar bits
format.
.Pp
For example,
@@ -185,9 +185,9 @@ is interpreted as
is interpreted as
.Li 128.32.130.0;
and
-.Li 192.168.0.0/16
+.Li 192.168.64/20
is interpreted as
-.Li 192.168.0.0 Fl netmask Li 255.255.0.0 .
+.Fl net Li 192.168.64 Fl netmask Li 255.255.240.0 .
.Pp
A
.Ar destination
OpenPOWER on IntegriCloud