From 0ee73a1f0848b1d3650d8fe10764b4e4fb5eeeae Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Mon, 7 Oct 2024 18:22:08 -0500 Subject: [PATCH] Remove RULEID == 0 special case This special case does not apply to any of the defined operations. Follow-up from issue #66. --- chapter6.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chapter6.adoc b/chapter6.adoc index 0afdb1e..3e5a67c 100644 --- a/chapter6.adoc +++ b/chapter6.adoc @@ -256,8 +256,7 @@ IO supervisor domain ID (`IOSDID`) and the MTT pointer (`MTTP`). The `OP` field is used to instruct IOMTTCHK to perform an operation listed in <>. The `RULEID` is identifier of a rule in the SDCL function to -operate on. The `RULEID` value of 0 indicates that the operation applies to all -rules and is supported only if explicitly specified by an operation. +operate on. [[IOMTTCHK_OP]] .I/O MTT checker operations (`OP`)