noip.1: Describe ACL entries in terms of <address-range> and <port-range>.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 2 May 2016 22:00:12 +0000 (23:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 2 May 2016 23:14:26 +0000 (00:14 +0100)
This corresponds with the newly refactored code.

noip.1

diff --git a/noip.1 b/noip.1
index 8ab355f..8687958 100644 (file)
--- a/noip.1
+++ b/noip.1
@@ -189,16 +189,9 @@ An
 is a comma-separated list of entries of the form:
 .IP
 .BR + | \-
-.IR address \c
-.RB [ \- \c
-.IR address | \c
-.BR / \c
-.IR prefix-length ]| \c
-.BR local | any
+.I address-range
 .RB [ : \c
-.IR port [ \c
-.BI \- \c
-.IR port ]]
+.IR port-range ]
 .PP
 (The spaces in the above are optional.)
 .PP
@@ -209,7 +202,9 @@ or
 .I denied
 .RB (` \- ').
 .PP
-The IP-address portion may be any of the following
+The
+.I address-range
+portion may be any of the following.
 .TP
 .B any
 Matches all addresses.
@@ -231,8 +226,9 @@ over octets to the right.
 .IB address / prefix-length
 Matches an address in the given network.
 .PP
-The port portion may be omitted (which means `match any port'), or may
-be a single
+The
+.I port-range
+may be omitted (which means `match any port'), or may be a single
 .I port
 or a range
 .IB port \- port