Index: docs/manual/megatest_manual.html ================================================================== --- docs/manual/megatest_manual.html +++ docs/manual/megatest_manual.html @@ -1780,11 +1780,11 @@
# multi-line; matches are applied in the listed order
 # The following would map:
 #   a123b321 to b321fooa123 then to 321fooa123p
 #
 [requirements]
-modw itemwait
+mode itemwait
 waiton precedingtest
 itemmap (a\d+)(b\d+) \2foo\1
   b(.*) \1p
Index: docs/manual/reference.txt ================================================================== --- docs/manual/reference.txt +++ docs/manual/reference.txt @@ -360,11 +360,11 @@ # multi-line; matches are applied in the listed order # The following would map: # a123b321 to b321fooa123 then to 321fooa123p # [requirements] -modw itemwait +mode itemwait waiton precedingtest itemmap (a\d+)(b\d+) \2foo\1 b(.*) \1p -------------------