@@ -126,14 +126,14 @@ This work is Copyright 2022 by RISC-V International.
126126```
127127
128128### Document state markings
129- Document state should be reflected in the ` :revmark : ` variable and be contained in
129+ Document state should be reflected in the ` :revremark : ` variable and be contained in
130130an in-document admonition statement near the front of the document (Preface or Preamble).
131131
132- The recommended values for ` :revmark : ` and the front matter admonition based on the document
132+ The recommended values for ` :revremark : ` and the front matter admonition based on the document
133133state are as follows:
134134
135135* For ** Discussion Document** state, use:
136- * ` :revmark : This document is in Discussion state. Change should be expected. `
136+ * ` :revremark : This document is in Discussion state. Change should be expected. `
137137 * Formal admonition text:
138138 ```
139139 [WARNING]
@@ -144,7 +144,7 @@ state are as follows:
144144 ====
145145 ```
146146* For **Development** state, use:
147- * `:revmark : This document is in Development state. Change should be expected.`
147+ * `:revremark : This document is in Development state. Change should be expected.`
148148 * Formal admonition text:
149149 ```
150150 [WARNING]
@@ -156,7 +156,7 @@ state are as follows:
156156 ====
157157 ```
158158* For **Stable** state, use:
159- * `:revmark : This document is in Stable state. Assume it may change.`
159+ * `:revremark : This document is in Stable state. Assume it may change.`
160160 * Formal admonition text:
161161 ```
162162 [WARNING]
@@ -166,7 +166,7 @@ state are as follows:
166166 ====
167167 ```
168168* For **Frozen** state, use:
169- * `:revmark : This document is in Frozen state. Change is extremely unlikely.`
169+ * `:revremark : This document is in Frozen state. Change is extremely unlikely.`
170170 * Formal admonition text:
171171 ```
172172 [WARNING]
@@ -179,7 +179,7 @@ state are as follows:
179179 ====
180180 ```
181181* For **Ratified** state, use:
182- * `:revmark : This document is in Ratified state. No changes are allowed.`
182+ * `:revremark : This document is in Ratified state. No changes are allowed.`
183183 * Formal admonition text:
184184 ```
185185 [WARNING]
0 commit comments