Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/ipf/dist/man Fix the description of "< x" and "...



details:   https://anonhg.NetBSD.org/src/rev/87a82bbbc109
branches:  trunk
changeset: 336867:87a82bbbc109
user:      apb <apb%NetBSD.org@localhost>
date:      Tue Mar 24 19:46:58 2015 +0000

description:
Fix the description of "< x" and "x <> y" for port numbers.

Patch for "< x" from Timo Buhrmester, and for "x <> y" from me.

diffstat:

 external/bsd/ipf/dist/man/ipf.5 |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 284705aa046f -r 87a82bbbc109 external/bsd/ipf/dist/man/ipf.5
--- a/external/bsd/ipf/dist/man/ipf.5   Tue Mar 24 15:53:39 2015 +0000
+++ b/external/bsd/ipf/dist/man/ipf.5   Tue Mar 24 19:46:58 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ipf.5,v 1.3 2012/07/22 14:27:50 darrenr Exp $
+.\"    $NetBSD: ipf.5,v 1.4 2015/03/24 19:46:58 apb Exp $
 .\"
 .TH IPF 5
 .SH NAME
@@ -326,8 +326,6 @@
 possible to match on them in different ways. IPFilter allows you to use
 the following logical operations:
 .IP "< x"
-is true if the port number is greater than or equal to x and less than or
-equal to y
 is true if the port number in the packet is less than x 
 .IP "<= x"
 is true if the port number in the packet is less than or equal to x 
@@ -342,7 +340,7 @@
 .PP
 Additionally, there are a number of ways to specify a range of ports:
 .IP "x <> y"
-is true if the port number is less than a and greater than y
+is true if the port number is less than x and greater than y
 .IP "x >< y"
 is true if the port number is greater than x and less than y
 .IP "x:y"



Home | Main Index | Thread Index | Old Index