summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Wooding <kjell@cvs.openbsd.org>2002-06-03 16:18:54 +0000
committerKjell Wooding <kjell@cvs.openbsd.org>2002-06-03 16:18:54 +0000
commiteda89c7be09777e1be5cdad73a960e592df896b4 (patch)
tree64b6c644be8550a4ec32945372baf7ae16a050f5
parent1eca4809e63b5de33b1e2a0cd879efeae1e331f0 (diff)
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.