diff options
| author | wiz <wiz@NetBSD.org> | 2019-04-08 07:58:45 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2019-04-08 07:58:45 +0000 |
| commit | cd6d7e534cb34c8aca402d76e8d3dbdee0b52428 (patch) | |
| tree | 28d66b0fe4467caf15c4497bbc1d049fd43fd7a6 /usr.sbin/npf | |
| parent | d4a65ff3dae242a01ed57f7c129317773399ddb8 (diff) | |
Improve wording.
Diffstat (limited to 'usr.sbin/npf')
| -rw-r--r-- | usr.sbin/npf/npfctl/npf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/npf/npfctl/npf.conf.5 b/usr.sbin/npf/npfctl/npf.conf.5 index aa00bf4406d..8a533b037d1 100644 --- a/usr.sbin/npf/npfctl/npf.conf.5 +++ b/usr.sbin/npf/npfctl/npf.conf.5 @@ -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 port 22 of an internal host: .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 |
