Skip to content

Commit 51b63a7

Browse files
committed
(cosmetic: highlight Herc messages in HAO readme)
1 parent 069ef13 commit 51b63a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme/README.HAO.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ The following special variables are recognized:
5252

5353
Note that substitution of a $n variable does not occur if there are fewer than n capturing groups in the regular expression.
5454

55-
As an example, the rule below issues the Hercules command `i 001F` in response to the Hercules message "`HHC01090I 0:001F COMM: client 127.0.0.1 devtype 3270: connection reset`":
55+
As an example, the rule below issues the Hercules command `i 001F` in response to the Hercules message "**`HHC01090I 0:001F COMM: client 127.0.0.1 devtype 3270: connection reset`**":
5656

5757
hao tgt HHC01090I .:([0-9A-F]{4}) COMM: .* connection reset
5858
hao cmd i $1
5959

60-
Another example, shown below, illustrates how the dot matrix display of a 3590(?) tape unit might be used to implement an automatic tape library in response to the Hercules message "`HHC00224I 0:0581 Tape file *, type HET: display "K2DSBK2 " / "M2DSBK3S" (alternating)`":
60+
Another example, shown below, illustrates how the dot matrix display of a 3590(?) tape unit might be used to implement an automatic tape library in response to the Hercules message "**`HHC00224I 0:0581 Tape file *, type HET: display "K2DSBK2 " / "M2DSBK3S" (alternating)`**":
6161

6262
hao tgt HHC00224I .:([0-9A-F]{4}) Tape file .*: display (?:".{8}" \/ )?"M([A-Z0-9]{1,6})\s*S"
6363
hao cmd devinit $1 /u/tapes/$2.aws

0 commit comments

Comments
 (0)