Skip to content

Commit 6b959c1

Browse files
committed
Use "p" instead of ``p''.
Andrew tells me that's a LaTeX-ism.
1 parent 199bd83 commit 6b959c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/naming.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ of the P extension.
7979
Standard unprivileged extensions can also be named by using a single "Z" followed by an
8080
alphanumeric name. The name must end with an alphabetical character or an
8181
optional version number. The second letter from the end cannot be numeric if the
82-
last letter is ``p''. For example, "Zifencei" names the instruction-fetch fence extension
82+
last letter is "p". For example, "Zifencei" names the instruction-fetch fence extension
8383
described in <<zifencei>>; "Zifencei2" and "Zifencei2p0" name version 2.0 are the same.
8484

8585
The first letter following the "Z" conventionally indicates the most
@@ -104,7 +104,7 @@ Other standard extensions that extend the supervisor-level architecture are
104104
named by using "Ss" as a prefix, followed by an alphanumeric name. The name
105105
must end with an alphabetical character or an optional
106106
version number. The second letter from the end cannot be numeric character
107-
if the last letter is ``p''. Supervisor-level extensions must be separated
107+
if the last letter is "p". Supervisor-level extensions must be separated
108108
from other multi-letter extensions by an underscore. These extensions are further
109109
defined in Volume II.
110110

@@ -139,7 +139,7 @@ listed, they should be ordered alphabetically.
139139
Non-standard extensions are named by using a single "X" followed by the alphanumeric
140140
name. The name must end with an alphabetic character or an optional version number. The
141141
second letter from the end cannot be numeric if the last letter is
142-
``p''. For example, "Xhwacha" names the Hwacha vector-fetch ISA
142+
"p". For example, "Xhwacha" names the Hwacha vector-fetch ISA
143143
extension; "Xhwacha2" and "Xhwacha2p0" name version 2.0 of same.
144144

145145
Non-standard extensions must be listed after all standard extensions, and,

0 commit comments

Comments
 (0)