docs: align spelling of S390

Signed-off-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
This commit is contained in:
Boris Fiuczynski 2016-04-29 15:23:44 +02:00 committed by Andrea Bolognani
parent a5481546d6
commit f91403e00b

View File

@ -2966,7 +2966,7 @@
0.9.9.</span> 0.9.9.</span>
</dd> </dd>
<dt><code>ccw</code></dt> <dt><code>ccw</code></dt>
<dd>s390 guests with a <code>machine</code> value of <dd>S390 guests with a <code>machine</code> value of
s390-ccw-virtio use the native CCW bus for I/O devices. s390-ccw-virtio use the native CCW bus for I/O devices.
CCW bus addresses have the following additional attributes: CCW bus addresses have the following additional attributes:
<code>cssid</code> (a hex value between 0 and 0xfe, inclusive), <code>cssid</code> (a hex value between 0 and 0xfe, inclusive),
@ -3028,7 +3028,7 @@
<span class="since">since 0.10.0</span>, if the USB bus needs to be <span class="since">since 0.10.0</span>, if the USB bus needs to be
explicitly disabled for the guest, <code>model='none'</code> may be explicitly disabled for the guest, <code>model='none'</code> may be
used. <span class="since">Since 1.0.5</span>, no default USB controller used. <span class="since">Since 1.0.5</span>, no default USB controller
will be built on s390. The PowerPC64 "spapr-vio" addresses do not have an will be built on S390. The PowerPC64 "spapr-vio" addresses do not have an
associated controller. associated controller.
</p> </p>
@ -5539,9 +5539,9 @@ qemu-kvm -net nic,model=? /dev/null
<li>Only the first <code>console</code> element may use a <code>targetType</code> <li>Only the first <code>console</code> element may use a <code>targetType</code>
of <code>serial</code>. Secondary consoles must all be paravirtualized. of <code>serial</code>. Secondary consoles must all be paravirtualized.
</li> </li>
<li>On s390, the <code>console</code> element may use a <li>On S390, the <code>console</code> element may use a
<code>targetType</code> of <code>sclp</code> or <code>sclplm</code> <code>targetType</code> of <code>sclp</code> or <code>sclplm</code>
(line mode). SCLP is the native console type for s390. There's no (line mode). SCLP is the native console type for S390. There's no
controller associated to SCLP consoles. controller associated to SCLP consoles.
<span class="since">Since 1.0.2</span> <span class="since">Since 1.0.2</span>
</li> </li>
@ -5573,7 +5573,7 @@ qemu-kvm -net nic,model=? /dev/null
<pre> <pre>
... ...
&lt;devices&gt; &lt;devices&gt;
&lt;!-- KVM s390 sclp console --&gt; &lt;!-- KVM S390 sclp console --&gt;
&lt;console type='pty'&gt; &lt;console type='pty'&gt;
&lt;source path='/dev/pts/1'/&gt; &lt;source path='/dev/pts/1'/&gt;
&lt;target type='sclp' port='0'/&gt; &lt;target type='sclp' port='0'/&gt;