Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/npf/npfctl Use .Ss for non-standard subtitles in th...



details:   https://anonhg.NetBSD.org/src/rev/82aae96be5cf
branches:  trunk
changeset: 763501:82aae96be5cf
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Mar 22 07:31:42 2011 +0000

description:
Use .Ss for non-standard subtitles in the DESCRIPTION.

diffstat:

 usr.sbin/npf/npfctl/npf.conf.5 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (70 lines):

diff -r 3dc53fb3a14e -r 82aae96be5cf usr.sbin/npf/npfctl/npf.conf.5
--- a/usr.sbin/npf/npfctl/npf.conf.5    Tue Mar 22 07:28:41 2011 +0000
+++ b/usr.sbin/npf/npfctl/npf.conf.5    Tue Mar 22 07:31:42 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: npf.conf.5,v 1.4 2011/02/02 02:20:25 rmind Exp $
+.\"    $NetBSD: npf.conf.5,v 1.5 2011/03/22 07:31:42 jruoho Exp $
 .\"
 .\" Copyright (c) 2009-2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd February 2, 2011
+.Dd March 22, 2011
 .Dt NPF.CONF 5
 .Os
 .Sh NAME
@@ -38,13 +38,13 @@
 .Nm
 is the default configuration file for NPF packet filter.
 It can contain definitions, grouped rules, rule procedures, and tables.
-.Sh DEFINITIONS
+.Ss Definitions
 Definitions are general purpose keywords which can be used in the
 ruleset to make it more flexible and easier to manage.
 Most commonly, definitions are used to define one of the following:
 IP addresses, networks, ports, or interfaces.
 Definitions can contain multiple elements.
-.Sh GROUPS
+.Ss Groups
 Having one huge ruleset for all interfaces or directions might be
 inefficient; therefore, NPF requires that all rules be defined within groups.
 Groups can be thought of as higher level rules which have subrules.
@@ -52,7 +52,7 @@
 Packets matching group criteria are passed to the ruleset of that group.
 If a packet does not match any group, it is passed to the default group.
 The default group must always be defined.
-.Sh RULES
+.Ss Rules
 Rules, which are the main part of NPF configuration, describe the criteria
 used to inspect and make decisions about packets.
 Currently, NPF supports filtering on the following criteria: interface,
@@ -80,7 +80,7 @@
 .Pp
 Definitions (prefixed with "$") and tables (specified by an ID within
 "\*[Lt]\*[Gt]" marks) can be used in the filter options of rules.
-.Sh RULE PROCEDURES AND NORMALIZATION
+.Ss Rule procedures and normalization
 Rule procedures are provided to perform packet transformations and various
 additional procedures on the packets.
 It should be noted that rule procedures are applied for the connections,
@@ -94,7 +94,7 @@
 If a matching rule is going to drop the packet, normalization functions
 are not performed.
 Packet logging is performed both in packet passing and blocking cases.
-.Sh NAT
+.Ss Network address translation
 Rules for address translation can be added.
 Translation is performed on the specified interface, assigning the specified
 address of said interface.
@@ -111,7 +111,7 @@
 See
 .Xr sysctl 7
 for more details.
-.Sh TABLES
+.Ss Tables
 Certain configurations might use very large sets of IP addresses or change
 sets frequently.
 Storing large IP sets in the configuration file or performing frequent



Home | Main Index | Thread Index | Old Index