diff --git a/contrib/pf/man/pf.conf.5 b/contrib/pf/man/pf.conf.5 index ebaa388c9560..0a7723c707ed 100644 --- a/contrib/pf/man/pf.conf.5 +++ b/contrib/pf/man/pf.conf.5 @@ -28,7 +28,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd June 01, 2007 +.Dd October 30, 2006 .Dt PF.CONF 5 .Os .Sh NAME @@ -176,7 +176,7 @@ Without that flag, .Xr pfctl 8 can be used to add or remove addresses from the table at any time, even when running with -.Xr security 7 +.Xr securelevel 7 = 2. .El .Pp diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile index 75f8649b393c..965b5940b060 100644 --- a/share/man/man7/Makefile +++ b/share/man/man7/Makefile @@ -25,5 +25,6 @@ MAN= ascii.7 \ tuning.7 MLINKS= intro.7 miscellaneous.7 +MLINKS+= securelevel.7 security.7 .include