Index: tools/mac/exception_port_tool.ad |
diff --git a/tools/mac/exception_port_tool.ad b/tools/mac/exception_port_tool.ad |
index cf7af74fe3cb9193d2653f48f5e8ee1c0287ae47..a0d7ca366e4e775ff41b83cc2d1884473e148ca4 100644 |
--- a/tools/mac/exception_port_tool.ad |
+++ b/tools/mac/exception_port_tool.ad |
@@ -50,11 +50,11 @@ restricted to the superuser. |
'MASK' defines the mask of exception types to handle, from |
+<mach/exception_types.h>+. This can be *BAD_ACCESS*, *BAD_INSTRUCTION*, |
*ARITHMETIC*, *EMULATION*, *SOFTWARE*, *BREAKPOINT*, *SYSCALL*, *MACH_SYSCALL*, |
-*RPC_ALERT*, *CRASH*, *RESOURCE*, *GUARD*, or *CRASH*. Different exception types |
-may be combined by combining them with pipe characters (*|*). The special value |
-*ALL* includes each exception type except for *CRASH*. To truly specify all |
-exception types including *CRASH*, use *ALL|CRASH*. The default value of 'MASK' |
-is *CRASH*. |
+*RPC_ALERT*, *CRASH*, *RESOURCE*, or *GUARD*. Different exception types may be |
+combined by combining them with pipe characters (*|*). The special value *ALL* |
+includes each exception type except for *CRASH*. To truly specify all exception |
+types including *CRASH*, use *ALL|CRASH*. The default value of 'MASK' is |
+*CRASH*. |
+ |
*behavior*='BEHAVIOR'::: |
'BEHAVIOR' defines the specific exception handler routine to be called when an |