diff options
author | 2005-05-24 20:38:20 +0000 | |
---|---|---|
committer | 2005-05-24 20:38:20 +0000 | |
commit | bfb89bd178e02681b3bc2e05245465082b6d76ec (patch) | |
tree | 59e717dda494013c05e9b08f2849a17c235adcd5 | |
parent | Do not assume anything about the calling frame in the inline assembly (diff) | |
download | wireguard-openbsd-bfb89bd178e02681b3bc2e05245465082b6d76ec.tar.xz wireguard-openbsd-bfb89bd178e02681b3bc2e05245465082b6d76ec.zip |
Be more specific on what we redistribute. OK norby@
-rw-r--r-- | usr.sbin/ospfd/ospfd.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5 index 673001d10da..94e5daaddd0 100644 --- a/usr.sbin/ospfd/ospfd.conf.5 +++ b/usr.sbin/ospfd/ospfd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospfd.conf.5,v 1.9 2005/05/23 19:59:02 norby Exp $ +.\" $OpenBSD: ospfd.conf.5,v 1.10 2005/05/24 20:38:20 claudio Exp $ .\" .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -101,7 +101,7 @@ If set to static routes will be announced over OSPF. If set to .Ar default , -the default route will be announced over OSPF. +a default route pointing to this router will be announced over OSPF. The default setting is .Ar none . In this case no additional routes will be announced over OSPF. |