Source-Changes-HG archive

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

[src/trunk]: src/lib/libnpf Try improving a description.



details:   https://anonhg.NetBSD.org/src/rev/96348649e9b3
branches:  trunk
changeset: 457863:96348649e9b3
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jul 23 14:18:20 2019 +0000

description:
Try improving a description.

diffstat:

 lib/libnpf/libnpf.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 0f0753a9be35 -r 96348649e9b3 lib/libnpf/libnpf.3
--- a/lib/libnpf/libnpf.3       Tue Jul 23 13:10:11 2019 +0000
+++ b/lib/libnpf/libnpf.3       Tue Jul 23 14:18:20 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: libnpf.3,v 1.8 2019/07/23 00:52:01 rmind Exp $
+.\"    $NetBSD: libnpf.3,v 1.9 2019/07/23 14:18:20 wiz Exp $
 .\"
 .\" Copyright (c) 2011-2019 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -180,8 +180,8 @@
 IP addresses, port numbers and an interface identifier).
 .It Dv NPF_RULE_GSTATEFUL
 Exclude the interface identifier from the state key i.e. use a 4-tuple.
-This makes the state global with the respect network interfaces.
-The state is also picked on packet travelling different direction that
+This makes the state global with respect to the network interfaces.
+The state is also picked for packets travelling different direction than
 originally.
 .It Dv NPF_RULE_RETRST
 Return TCP RST packet in a case of packet block.



Home | Main Index | Thread Index | Old Index