summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkjell <kjell@openbsd.org>2002-06-03 16:18:53 +0000
committerkjell <kjell@openbsd.org>2002-06-03 16:18:53 +0000
commit8f4e62cb27bb44b0d3a8ec2f4c7888255f83eb60 (patch)
treed5be72c9d650ac81df0fa6e3be1fc7eeccf45d16
parentregen (diff)
downloadwireguard-openbsd-8f4e62cb27bb44b0d3a8ec2f4c7888255f83eb60.tar.xz
wireguard-openbsd-8f4e62cb27bb44b0d3a8ec2f4c7888255f83eb60.zip
Add NAT keyword so it is picked up by apropos (man -k NAT). ok dhartmei@
-rw-r--r--sbin/pfctl/pfctl.84
-rw-r--r--share/man/man5/nat.conf.54
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8
index 60a6e6f7453..8a89650b153 100644
--- a/sbin/pfctl/pfctl.8
+++ b/sbin/pfctl/pfctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pfctl.8,v 1.46 2002/04/08 16:26:52 dhartmei Exp $
+.\" $OpenBSD: pfctl.8,v 1.47 2002/06/03 16:18:53 kjell Exp $
.\"
.\" Copyright (c) 2001 Kjell Wooding. All rights reserved.
.\"
@@ -29,7 +29,7 @@
.Os
.Sh NAME
.Nm pfctl
-.Nd control the packet filter device
+.Nd control the packet filter (PF) and network address translation (NAT) device
.Sh SYNOPSIS
.Nm pfctl
.Op Fl dehnqrvz
diff --git a/share/man/man5/nat.conf.5 b/share/man/man5/nat.conf.5
index 2930f525c55..7fc87eba6e0 100644
--- a/share/man/man5/nat.conf.5
+++ b/share/man/man5/nat.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nat.conf.5,v 1.24 2002/04/24 18:10:25 dhartmei Exp $
+.\" $OpenBSD: nat.conf.5,v 1.25 2002/06/03 16:18:53 kjell Exp $
.\"
.\" Copyright (c) 2001 Ian Darwin. All rights reserved.
.\"
@@ -29,7 +29,7 @@
.Os
.Sh NAME
.Nm nat.conf
-.Nd network address translation configuration file for packet filtering
+.Nd network address translation (NAT) configuration file for packet filtering
.Sh DESCRIPTION
The rules file for network address translation specify which addresses
are to be mapped and which are to be redirected.