From f9a62e16505a8f20c10d87da0f8f763a536b9def Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 1 Sep 2014 08:29:29 -0700 Subject: [PATCH] Correct builtin example in the actions manpages Signed-off-by: Tom Eastep --- Shorewall/manpages/shorewall-actions.xml | 4 ++-- Shorewall6/manpages/shorewall6-actions.xml | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Shorewall/manpages/shorewall-actions.xml b/Shorewall/manpages/shorewall-actions.xml index e01a5cde1..d007059e0 100644 --- a/Shorewall/manpages/shorewall-actions.xml +++ b/Shorewall/manpages/shorewall-actions.xml @@ -71,8 +71,8 @@ role="bold">raw. If no table name(s) are given, then filter is assumed. The table names follow builtin - and are separated by commas; for example, - "FOOBAR,filter,mangle" would specify FOOBAR as a builtin + and are separated by commas; for example, "FOOBAR + builtin,filter,mangle" would specify FOOBAR as a builtin target that can be used in the filter and mangle tables. diff --git a/Shorewall6/manpages/shorewall6-actions.xml b/Shorewall6/manpages/shorewall6-actions.xml index 38f4a11a3..bb2f50ba3 100644 --- a/Shorewall6/manpages/shorewall6-actions.xml +++ b/Shorewall6/manpages/shorewall6-actions.xml @@ -71,9 +71,10 @@ role="bold">mangle and raw. If no table name(s) are given, then filter is assumed. The - table names follow builtin and are separated by commas; for - example, "FOOBAR,filter,mangle" would specify FOOBAR as a - builtin target that can be used in the filter and mangle + table names follow builtin + and are separated by commas; for example, "FOOBAR + builtin,filter,mangle" would specify FOOBAR as a builtin + target that can be used in the filter and mangle tables.