|
69 | 69 | <emphasis>v.</emphasis> "Alternate" as a verb means to change between two states or options.
|
70 | 70 | </para>
|
71 | 71 | <para>
|
72 |
| - See also <xref linkend="alternative"/>. |
| 72 | + Refer also to <xref linkend="alternative"/>. |
73 | 73 | </para>
|
74 | 74 |
|
75 | 75 | </listitem>
|
|
84 | 84 | "Alternate" (vb.) means to change between two states or options. If you mean "another way of doing something", use "an alternative method is to ...".
|
85 | 85 | </para>
|
86 | 86 | <para>
|
87 |
| - See also <xref linkend="alternate"/>. |
| 87 | + Refer also to <xref linkend="alternate"/>. |
88 | 88 | </para>
|
89 | 89 |
|
90 | 90 | </listitem>
|
|
97 | 97 | For times of day, use uppercase without periods, and use a preceding nonbreaking space after the numeral, for example "11 AM".
|
98 | 98 | </para>
|
99 | 99 | <para>
|
100 |
| - See also <xref linkend="pm"/>. |
| 100 | + Refer also to <xref linkend="pm"/>. |
| 101 | + </para> |
| 102 | + |
| 103 | + </listitem> |
| 104 | + |
| 105 | + </varlistentry> |
| 106 | + <varlistentry id="aarch64"> |
| 107 | + <term role="true">AArch64, aarch64</term> |
| 108 | + <listitem> |
| 109 | + <para> |
| 110 | + <emphasis>n.</emphasis> A 64-bit version of the ARM architecture. |
| 111 | + Use this term when referring to operating systems and server instances, for example Red Hat Enterprise Linux, Fedora, CoreOS, and other Linux distributions. |
| 112 | + </para> |
| 113 | + <para> |
| 114 | + Use the uppercase (AArch64) format in general cases when referring to system architecture. |
| 115 | + Use the lowercase (aarch64) format only when referring to objects or parameters. |
| 116 | + It can be styled as code (monospace font or a code-styled block) when referring to code. |
| 117 | + </para> |
| 118 | + <para> |
| 119 | + Cloud providers might use different formats of this term to refer to architectures. |
| 120 | + If you are documenting code, commands, or outputs, then confer with your subject-matter expert on the correct format for the specific use case. |
| 121 | + </para> |
| 122 | + <para> |
| 123 | + Examples: |
| 124 | + </para> |
| 125 | + <itemizedlist> |
| 126 | + <listitem> |
| 127 | + <para> |
| 128 | + When running Red Hat Enterprise Linux with an AArch64 system, run the following commands: |
| 129 | + </para> |
| 130 | + </listitem> |
| 131 | + <listitem> |
| 132 | + <para> |
| 133 | + Specify the system architecture of your cluster, such as <code>x86_64</code> or <code>aarch64</code>. |
| 134 | + </para> |
| 135 | + </listitem> |
| 136 | + </itemizedlist> |
| 137 | + <para> |
| 138 | + Refer also to <xref linkend="a64-bit"/>, <xref linkend="a64-bit-x86"/>, <xref linkend="AMD64"/>, <xref linkend="ARM64"/>, <xref linkend="Intel64"/>, and <xref linkend="x86-64"/>. |
101 | 139 | </para>
|
102 | 140 |
|
103 | 141 | </listitem>
|
104 | 142 |
|
105 | 143 | </varlistentry>
|
106 | 144 | <varlistentry id="AMD64">
|
107 |
| - <term role="true">AMD64</term> |
| 145 | + <term role="true">AMD64, amd64</term> |
108 | 146 | <listitem>
|
109 | 147 | <para>
|
110 |
| - Correct. Do not use "Hammer", "x86_64", "x86-64", "x64", "64-bit x86" or other variations as the name of this architecture. |
| 148 | + <emphasis>n.</emphasis> The AMD 64-bit version of the x86 architecture. |
| 149 | + Use this term for Red Hat OpenShift Container Platform attributes, Kubernetes, operators, application programming interfaces (APIs), or command-line interface (CLI) objects. |
111 | 150 | </para>
|
112 | 151 | <para>
|
113 |
| - The correct term for AMD's implementation of this architecture is "AMD64". |
114 |
| - When discussing the architecture generally, reference both AMD64 and Intel 64 implementations specifically. |
| 152 | + Use the uppercase format (AMD64) in general sentences when referring to Red Hat OpenShift Container Platform features. |
| 153 | + Use the lowercase format (amd64) only when referring to objects or parameters. |
| 154 | + It can be styled as code (monospace font or a code-styled block) when referring to code. |
| 155 | + </para> |
| 156 | + <para> |
| 157 | + Cloud providers might use different formats of this term to refer to architectures. |
| 158 | + If you are documenting code, commands, or outputs, then confer with your subject-matter expert on the correct format for the specific use case. |
| 159 | + </para> |
| 160 | + <para> |
| 161 | + Examples: |
115 | 162 | </para>
|
| 163 | + <itemizedlist> |
| 164 | + <listitem> |
| 165 | + <para> |
| 166 | + This operator is supported on AMD64 and ARM64 platforms. |
| 167 | + </para> |
| 168 | + </listitem> |
| 169 | + <listitem> |
| 170 | + <para> |
| 171 | + In this scenario, <code>amd64</code> is a valid value for X. |
| 172 | + </para> |
| 173 | + </listitem> |
| 174 | + </itemizedlist> |
| 175 | + <!-- <para> |
| 176 | + The correct term for AMD's implementation of this architecture is "AMD64". |
| 177 | + When discussing the architecture generally, reference both AMD64 and Intel 64 implementations specifically. |
| 178 | + </para> --> |
116 | 179 | <para>
|
117 |
| - See also <xref linkend="Intel64"/>. |
| 180 | + Refer also to <xref linkend="a64-bit"/>, <xref linkend="a64-bit-x86"/>, <xref linkend="aarch64"/>, <xref linkend="ARM64"/>, <xref linkend="Intel64"/>, and <xref linkend="x86-64"/>. |
118 | 181 | </para>
|
119 |
| - <note> |
| 182 | + <!-- <note> |
120 | 183 | <para>
|
121 |
| - The AMD64 logo is trademarked; the term "AMD64" is not. For more information about AMD trademarks, see the <citetitle>AMD Trademark Information</citetitle> page at <ulink url="https://www.amd.com/en/corporate/trademarks" />. |
| 184 | + The AMD64 logo is trademarked; the term "AMD64" is not. For more information about AMD trademarks, refer to the <citetitle>AMD Trademark Information</citetitle> page at <ulink url="https://www.amd.com/en/corporate/trademarks" />. |
122 | 185 | </para>
|
123 | 186 | <para>
|
124 |
| - For more information about Intel® trademarks, see <ulink url="http://www.intel.com/content/www/us/en/legal/trademarks.html" /> and <ulink url="http://www.intel.com/content/www/us/en/trademarks/trademarks.html" />. |
| 187 | + For more information about Intel® trademarks, refer to <ulink url="http://www.intel.com/content/www/us/en/legal/trademarks.html" /> and <ulink url="http://www.intel.com/content/www/us/en/trademarks/trademarks.html" />. |
125 | 188 | </para>
|
126 | 189 |
|
127 |
| - </note> |
| 190 | + </note> --> |
| 191 | + |
| 192 | + </listitem> |
| 193 | + |
| 194 | + </varlistentry> |
| 195 | + <varlistentry id="ARM64"> |
| 196 | + <term role="true">ARM64, arm64</term> |
| 197 | + <listitem> |
| 198 | + <para> |
| 199 | + <emphasis>n.</emphasis> A 64-bit version of the ARM architecture. |
| 200 | + Use this term for Red Hat OpenShift Container Platform attributes, Kubernetes, operators, application programming interfaces (APIs), and command-line interface (CLI) objects. |
| 201 | + </para> |
| 202 | + <para> |
| 203 | + Use the uppercase format (ARM64) in general sentences when referring to Red Hat OpenShift Container Platform features. |
| 204 | + Use lowercase format (arm64) only when referring to objects or parameters. |
| 205 | + It can be styled as code (monospace font or a code-styled block) when referring to code. |
| 206 | + </para> |
| 207 | + <para> |
| 208 | + Cloud providers might use different formats of this term to refer to architectures. |
| 209 | + If you are documenting code, commands, or outputs, then confer with your subject-matter expert on the correct format for the specific use case. |
| 210 | + </para> |
| 211 | + <para> |
| 212 | + Examples: |
| 213 | + </para> |
| 214 | + <itemizedlist> |
| 215 | + <listitem> |
| 216 | + <para> |
| 217 | + In this exercise, you create an ARM64 compute machine set. |
| 218 | + </para> |
| 219 | + </listitem> |
| 220 | + <listitem> |
| 221 | + <para> |
| 222 | + In this scenario, <code>arm64</code> is a valid value for X. |
| 223 | + </para> |
| 224 | + </listitem> |
| 225 | + </itemizedlist> |
| 226 | + <para> |
| 227 | + Refer also to <xref linkend="a64-bit"/>, <xref linkend="a64-bit-x86"/>, <xref linkend="aarch64"/>, <xref linkend="AMD64"/>, <xref linkend="Intel64"/>, and <xref linkend="x86-64"/>. |
| 228 | + </para> |
128 | 229 |
|
129 | 230 | </listitem>
|
130 | 231 |
|
131 | 232 | </varlistentry>
|
| 233 | + |
132 | 234 | <varlistentry id="andor">
|
133 | 235 | <term role="false">and/or</term>
|
134 | 236 | <listitem>
|
|
0 commit comments