|
Check-in Number:
|
1650 | |
| Date: |
2002-Jan-26 23:43:54 (local)
2002-Jan-26 22:43:54 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
these are boolean flags |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/ex/ex.pod 1.6 -> 1.7
--- 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<ex_catching>
-This is a flag which can be tested inside a block to test whether the
-current scope is exception catching (by B<ex_catch> 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<ex_catch>
+somewhere in the dynamic scope) or not.
=item B<ex_shielding>
-This is a flag which can be tested inside a block to test whether the
-current scope is exception shielding (by B<ex_shield> 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<ex_shield>
+somewhere in the dynamic scope) or not.
=back
|
|