diff options
author | 1998-11-24 01:03:43 +0000 | |
---|---|---|
committer | 1998-11-24 01:03:43 +0000 | |
commit | cf450a930ffd51d6e7e26dc7976841e141ceac9b (patch) | |
tree | 887cd9858bc1b3974767c454852793c033f34857 | |
parent | sync (diff) | |
download | wireguard-openbsd-cf450a930ffd51d6e7e26dc7976841e141ceac9b.tar.xz wireguard-openbsd-cf450a930ffd51d6e7e26dc7976841e141ceac9b.zip |
typo; abs
-rw-r--r-- | sbin/routed/routed.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index 6204b29283e..cf2ec6476e3 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: routed.8,v 1.17 1998/11/11 22:20:00 aaron Exp $ +.\" $OpenBSD: routed.8,v 1.18 1998/11/24 01:03:43 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -266,7 +266,7 @@ This is typically used on a gateway to the Internet, or on a gateway that uses another routing protocol whose routes are not reported to other local routers. Notice that because a metric of 1 is used, this feature is -dangerous. It is more commonly accidentally used to create chaos with routing +dangerous. It is more commonly accidentally used to create chaos with a routing loop than to solve problems. .It Fl h Causes host or point-to-point routes to not be advertised, |