diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-04-17 20:34:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-04-17 20:34:22 +0000 |
commit | 4669c9e47f4247a4845e1aaf4863ecb6e439ca1d (patch) | |
tree | 305762a29a7a27b80aa3a1dc48f7f129660ffaa2 /sbin | |
parent | db9ba4ac9d2f5a216e70b124d8263da40f41ac0c (diff) |
signpost the location of the text explaining routing table output a little better...
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/route/route.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8 index afe05ae28e9..f6d0e81258f 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.8,v 1.88 2018/07/14 13:38:48 benno Exp $ +.\" $OpenBSD: route.8,v 1.89 2019/04/17 20:34:21 jmc Exp $ .\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)route.8 8.3 (Berkeley) 3/19/94 .\" -.Dd $Mdocdate: July 14 2018 $ +.Dd $Mdocdate: April 17 2019 $ .Dt ROUTE 8 .Os .Sh NAME @@ -162,8 +162,10 @@ only changes in that routing table will be displayed. .Op Fl label Ar label .Op Fl priority Ar priority .Xc -Print out the route table similar to "netstat -r" (see -.Xr netstat 1 ) . +Print out the routing table, in a fashion similar to "netstat -r". +The output is documented in more detail towards the end of the +.Xr netstat 1 +manual. .Pp If .Fl gateway |