diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-05-07 11:57:21 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-05-07 11:57:21 +0000 |
commit | e7581991362c889e27b2f2d1ffe212b9c30afa1e (patch) | |
tree | 8b658bae8325833a52c425e01aca641c44b097db /sbin/ifconfig | |
parent | fe520432f006deb20e1be882f273eab04158b0e6 (diff) |
Remove references to routed.
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index c58c30f2db4..23c84a820b8 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.159 2008/05/07 07:11:52 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.160 2008/05/07 11:57:19 claudio Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -326,12 +326,8 @@ Disable the specified media options on the interface. Set the routing metric of the interface to .Ar nhops , default 0. -The routing metric is used by the routing protocol -(see -.Xr routed 8 ) . -Higher metrics have the effect of making a route -less favorable; metrics are counted as addition hops -to the destination network or host. +The routing metric can be used by routing protocols. +Higher metrics have the effect of making a route less favorable. .It Cm mode Ar mode If the driver for the interface supports the media selection system, set the specified operating mode on the interface to the given |