Signed-off-by: Boris Fiuczynski <fiuczy(a)linux.vnet.ibm.com>
---
docs/formatdomain.html.in | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 81f4d48..936f2de 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -2966,7 +2966,7 @@
0.9.9.</span>
</dd>
<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.
CCW bus addresses have the following additional attributes:
<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
explicitly disabled for the guest, <code>model='none'</code>
may be
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.
</p>
@@ -5549,9 +5549,9 @@ qemu-kvm -net nic,model=? /dev/null
<li>Only the first <code>console</code> element may use a
<code>targetType</code>
of <code>serial</code>. Secondary consoles must all be
paravirtualized.
</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>
- (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.
<span class="since">Since 1.0.2</span>
</li>
@@ -5583,7 +5583,7 @@ qemu-kvm -net nic,model=? /dev/null
<pre>
...
<devices>
- <!-- KVM s390 sclp console -->
+ <!-- KVM S390 sclp console -->
<console type='pty'>
<source path='/dev/pts/1'/>
<target type='sclp' port='0'/>
--
2.3.0