Module Name: src
Committed By: wiz
Date: Mon Apr 8 07:58:45 UTC 2019
Modified Files:
src/usr.sbin/npf/npfctl: npf.conf.5
Log Message:
Improve wording.
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/usr.sbin/npf/npfctl/npf.conf.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/npf/npfctl/npf.conf.5
diff -u src/usr.sbin/npf/npfctl/npf.conf.5:1.85 src/usr.sbin/npf/npfctl/npf.conf.5:1.86
--- src/usr.sbin/npf/npfctl/npf.conf.5:1.85 Sun Apr 7 22:23:40 2019
+++ src/usr.sbin/npf/npfctl/npf.conf.5 Mon Apr 8 07:58:45 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: npf.conf.5,v 1.85 2019/04/07 22:23:40 rmind Exp $
+.\" $NetBSD: npf.conf.5,v 1.86 2019/04/08 07:58:45 wiz Exp $
.\"
.\" Copyright (c) 2009-2018 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -355,7 +355,7 @@ redirecting the public port 9022 to the
.Dl map $ext_if dynamic proto tcp 10.1.1.2 port 22 <- $ext_if port 9022
.Pp
The translation address can also by dynamic, based on the interface.
-The following would select IPv4 address currently assigned to the interface:
+The following would select the IPv4 address(es) currently assigned to the interface:
.Pp
.Dl map $ext_if dynamic 10.1.1.0/24 -> ifaddrs($ext_if)
.Pp