docs/xl: fix typo in xl.cfg
authorRoger Pau Monne <roger.pau@citrix.com>
Mon, 3 Feb 2020 10:31:12 +0000 (11:31 +0100)
committerWei Liu <wl@xen.org>
Mon, 3 Feb 2020 12:15:48 +0000 (12:15 +0000)
The name of the option is nographic.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Wei Liu <wl@xen.org>
docs/man/xl.cfg.5.pod.in

index 245d3f94728a3d3574830f0855f9ff61b37390ca..0cad56137595c5a48a83f02d6b1c6f523be92416 100644 (file)
@@ -2504,7 +2504,7 @@ Available options are: B<filter, all, off>.
 Redirect virtual serial ports to B<DEVICE>s. Please see the
 B<-serial> option in the B<qemu(1)> manpage for details of the valid
 B<DEVICE> options. Default is B<vc> when in graphical mode and
-B<stdio> if B<nographics=1> is used.
+B<stdio> if B<nographic=1> is used.
 
 The form serial=DEVICE is also accepted for backwards compatibility.