From da0261cb914271aee2ef78f623e8709217802973 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 20 Dec 2012 09:46:24 -0800 Subject: [PATCH] Document @1, @2,...@n Signed-off-by: Tom Eastep --- docs/configuration_file_basics.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/configuration_file_basics.xml b/docs/configuration_file_basics.xml index 1aa7f5033..e845ad18e 100644 --- a/docs/configuration_file_basics.xml +++ b/docs/configuration_file_basics.xml @@ -1631,8 +1631,17 @@ SHELL cat /etc/shorewall/rules.d/*.rules 2> /dev/null || true Expands to the name of the current chain. Unlike $0, @0 has all non-alphanumeric characters except underscore removed. Also - unlike $0, @0 may be used in SWITCH columns in the rules - file. + unlike $0, @0 may be used in SWITCH columns in configuration + files. + + + + + @1, @2, ... (@{1}, @{2}, ... + + + These are synonyms for the Action parameter variables $1, $2, + etc.