diff options
author | phk <phk@FreeBSD.org> | 2008-07-29 23:22:06 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2008-07-29 23:22:06 +0000 |
commit | bbadbad27205273e3abf4e99a9cf9dff7957d57b (patch) | |
tree | e523c958c27a0496d57c4137bf35139e980b269c /sbin/routed | |
parent | f2f0ebed5e51b5a53b9aa59fee15ed48418a9869 (diff) | |
download | FreeBSD-src-bbadbad27205273e3abf4e99a9cf9dff7957d57b.zip FreeBSD-src-bbadbad27205273e3abf4e99a9cf9dff7957d57b.tar.gz |
Clarify which route property routed(8) looks at.
Diffstat (limited to 'sbin/routed')
-rw-r--r-- | sbin/routed/routed.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index 25998c9..c285ef3 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -87,7 +87,7 @@ interface on which RIP has not been disabled, deletes all pre-existing non-static routes in kernel table. Static routes in the kernel table are preserved and -included in RIP responses if they have a valid RIP metric +included in RIP responses if they have a valid RIP -hopcount (see .Xr route 8 ) . .Pp |