From ed760be0acde22ecd7ad4f9fa238133533eb6d39 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 2 Jul 2006 23:34:17 +0000 Subject: [PATCH] Clarify mutual exclusion comments git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4188 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/functions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Shorewall/functions b/Shorewall/functions index 120413bd0..cea7f77c8 100644 --- a/Shorewall/functions +++ b/Shorewall/functions @@ -452,8 +452,8 @@ load_kernel_modules() } # -# Call this function to assert MUTEX with Shorewall. If you invoke the -# /sbin/shorewall program while holding MUTEX, you should pass "nolock" as +# Call this function to assert mutual exclusion with Shorewall. If you invoke the +# /sbin/shorewall program while holding mutual exclusion, you should pass "nolock" as # the first argument. Example "shorewall nolock refresh" # # This function uses the lockfile utility from procmail if it exists. @@ -490,7 +490,7 @@ mutex_on() } # -# Call this function to release MUTEX +# Call this function to release mutual exclusion # mutex_off() {