diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-08-28 14:59:03 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-08-28 14:59:03 +0000 |
commit | 236227162ba93c06d18f094f4257d2d7cf10ea23 (patch) | |
tree | 4c2da31b385019eaccf4dd66cb155b4bdedad6c7 /usr.sbin/ospfd | |
parent | 6281f6758e9ba3ad8e493454c2ac2f79c9e1c840 (diff) |
.Xr sysctl 8; wording from jmc@
Diffstat (limited to 'usr.sbin/ospfd')
-rw-r--r-- | usr.sbin/ospfd/ospfd.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.8 b/usr.sbin/ospfd/ospfd.8 index 1e61c7c970e..ee64888f05b 100644 --- a/usr.sbin/ospfd/ospfd.8 +++ b/usr.sbin/ospfd/ospfd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospfd.8,v 1.11 2006/03/31 09:17:48 jmc Exp $ +.\" $OpenBSD: ospfd.8,v 1.12 2006/08/28 14:59:02 stevesk Exp $ .\" .\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> .\" @@ -79,6 +79,8 @@ program first appeared in .Sh CAVEATS For correct operation, .Nm -setups with more than one configured interface require that +setups with more than one configured interface require that the +.Xr sysctl 8 +variable .Va net.inet.ip.forwarding is set to 1. |