From 0a6ab6a1d1582739baebed08932cb89878c38a65 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 2 May 2016 23:00:12 +0100 Subject: [PATCH] noip.1: Describe ACL entries in terms of and . This corresponds with the newly refactored code. --- noip.1 | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/noip.1 b/noip.1 index 8ab355f..8687958 100644 --- 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 -- 2.11.0