diff mbox series

docs/xl: fix typo in xl.cfg

Message ID 20200203103112.14622-1-roger.pau@citrix.com (mailing list archive)
State New, archived
Headers show
Series docs/xl: fix typo in xl.cfg | expand

Commit Message

Roger Pau Monné Feb. 3, 2020, 10:31 a.m. UTC
The name of the option is nographic.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
 docs/man/xl.cfg.5.pod.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Wei Liu Feb. 3, 2020, 12:12 p.m. UTC | #1
On Mon, Feb 03, 2020 at 11:31:12AM +0100, Roger Pau Monne wrote:
> The name of the option is nographic.
> 
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>

Acked-by: Wei Liu <wl@xen.org>
diff mbox series

Patch

diff --git a/docs/man/xl.cfg.5.pod.in b/docs/man/xl.cfg.5.pod.in
index 245d3f9472..0cad561375 100644
--- a/docs/man/xl.cfg.5.pod.in
+++ b/docs/man/xl.cfg.5.pod.in
@@ -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.