diff options
author | 1997-01-21 19:33:15 +0000 | |
---|---|---|
committer | 1997-01-21 19:33:15 +0000 | |
commit | 77ca2a15a72c8f12b361c22761a8a35ad7ae5ee3 (patch) | |
tree | 3f59d68873bbc2c9af91877219c5489396b580a7 | |
parent | make lint happier (diff) | |
download | wireguard-openbsd-77ca2a15a72c8f12b361c22761a8a35ad7ae5ee3.tar.xz wireguard-openbsd-77ca2a15a72c8f12b361c22761a8a35ad7ae5ee3.zip |
fixes from msaitoh@spa.is.uec.ac.jp
-rw-r--r-- | sbin/routed/routed.8 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index 1a2913d2ae2..e39ce027c0f 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: routed.8,v 1.6 1996/10/02 06:51:46 mickey Exp $ +.\" $OpenBSD: routed.8,v 1.7 1997/01/21 19:33:15 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -139,7 +139,7 @@ When an update is applied, .Nm records the change in its own tables and updates the kernel routing table if the best route to the destination changes. -The change in the kernel routing tableis reflected in the next batch of +The change in the kernel routing table is reflected in the next batch of .Em response packets sent. If the next response is not scheduled for a while, a @@ -217,11 +217,6 @@ in the .Pa /etc/gateways file. .Pp -While using Router Discovery (which happens by default when -the system has a single network interface and a Router Discover Advertisement -is received), there is a single default route and a variable number of -redirected host routes in the kernel table. -.Pp See the .Cm pm_rdisc facility described below to support "legacy" systems |