diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-08-28 23:16:52 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-08-28 23:16:52 +0000 |
commit | f8a342fe2632cc13e9f66bdaeed6ac73d0685ca5 (patch) | |
tree | 9528551102340315ff903cc53784141255dd6a2b /usr.sbin/ospfd | |
parent | f9306a053cfcfc0e4ebe4a0b070a77144466dedd (diff) |
use Forwarding Information Base vs. Forward Information Base;
ok jmc@ claudio@
Diffstat (limited to 'usr.sbin/ospfd')
-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 4b630aeb771..c106de396e1 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.17 2006/08/28 14:45:54 stevesk Exp $ +.\" $OpenBSD: ospfd.conf.5,v 1.18 2006/08/28 23:16:50 stevesk Exp $ .\" .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -83,7 +83,7 @@ The only settings that can be set globally and not overruled are listed below. .Xc If set to .Ic \&no , -do not update the Forward Information Base, a.k.a. the kernel +do not update the Forwarding Information Base, a.k.a. the kernel routing table. The default is .Ic yes . |