Index: ossp-pkg/ex/ex.pod RCS File: /v/ossp/cvs/ossp-pkg/ex/ex.pod,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/ex/ex.pod,v' 2>/dev/null --- ex.pod 2002/01/26 22:42:46 1.6 +++ ex.pod 2002/01/26 22:43:54 1.7 @@ -190,15 +190,15 @@ =item B -This is a flag which can be tested inside a block to test whether the -current scope is exception catching (by B somewhere in the -dynamic scope) or not. +This is a boolean flag which can be tested inside a block to test +whether the current scope is exception catching (by B +somewhere in the dynamic scope) or not. =item B -This is a flag which can be tested inside a block to test whether the -current scope is exception shielding (by B somewhere in the -dynamic scope) or not. +This is a boolean flag which can be tested inside a block to test +whether the current scope is exception shielding (by B +somewhere in the dynamic scope) or not. =back