diff options
author | 2000-01-06 07:55:52 +0000 | |
---|---|---|
committer | 2000-01-06 07:55:52 +0000 | |
commit | 1abb810bac1dcbed5824255fb50fb2b4c07f9857 (patch) | |
tree | 90a20bc25eb814588544131fa28e8b4cb4c59c49 | |
parent | rewrite to use the helpers in the thread/ directory and to define weak alias macros (diff) | |
download | wireguard-openbsd-1abb810bac1dcbed5824255fb50fb2b4c07f9857.tar.xz wireguard-openbsd-1abb810bac1dcbed5824255fb50fb2b4c07f9857.zip |
tiny nroff fix. sync with kame repository.
-rw-r--r-- | usr.sbin/rtadvd/rtadvd.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/rtadvd/rtadvd.8 b/usr.sbin/rtadvd/rtadvd.8 index c3df5a97b7b..a23a9a0083e 100644 --- a/usr.sbin/rtadvd/rtadvd.8 +++ b/usr.sbin/rtadvd/rtadvd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtadvd.8,v 1.4 2000/01/06 07:06:19 angelos Exp $ +.\" $OpenBSD: rtadvd.8,v 1.5 2000/01/06 07:55:52 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" KAME Id: rtadvd.8,v 1.1.1.1 1999/08/08 23:31:42 itojun Exp +.\" KAME Id: rtadvd.8,v 1.2 2000/01/06 07:54:28 itojun Exp .\" .Dd May 17, 1998 .Dt RTADVD 8 @@ -108,9 +108,9 @@ The .Nm command first appeared in WIDE Hydrangea IPv6 protocol stack kit. .Sh CAVEAT -Router advertisements should only be performed downstream. Erroneous -upstream advertisements will cause +Router advertisements should only be performed downstream. +Erroneous upstream advertisements will cause .Xr icmp6 4 redirect packet storms in the subnet, as (per the specification) the -advertising router is assumed to become the default ongoing router for +advertising router is assumed to become the default router for end hosts in the subnet. |