diff options
-rw-r--r-- | contrib/pf/man/pf.conf.5 | 4 | ||||
-rw-r--r-- | share/man/man7/Makefile | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/contrib/pf/man/pf.conf.5 b/contrib/pf/man/pf.conf.5 index ebaa388..0a7723c 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 75f8649..965b594 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 <bsd.prog.mk> |