summaryrefslogtreecommitdiff
path: root/lib/vmsish.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vmsish.pm')
-rw-r--r--lib/vmsish.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/vmsish.pm b/lib/vmsish.pm
index 653f840562..0dd24b7f12 100644
--- a/lib/vmsish.pm
+++ b/lib/vmsish.pm
@@ -60,12 +60,12 @@ symbol $STATUS will still have the termination status, but with a
high-order bit set:
EXAMPLE:
- $ perl -e"exit 44;" Non-hushed error exit
- %SYSTEM-F-ABORT, abort DCL message
+ $ perl -e"exit 44;" Non-hushed error exit
+ %SYSTEM-F-ABORT, abort DCL message
$ show sym $STATUS
$STATUS == "%X0000002C"
- $ perl -e"use vmsish qw(hushed); exit 44;" Hushed error exit
+ $ perl -e"use vmsish qw(hushed); exit 44;" Hushed error exit
$ show sym $STATUS
$STATUS == "%X1000002C"