From: Wei Liu Date: Tue, 11 Apr 2017 11:03:00 +0000 (+0100) Subject: docs: fix configuration syntax in xl.cfg manpage X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2225 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=828aa3352f97b613bd06daf7eb1ae734262196be;p=xen.git docs: fix configuration syntax in xl.cfg manpage No quote is required when a string is provided as part of a spec string. Reported-by: Doug Freed Signed-off-by: Wei Liu --- diff --git a/docs/man/xl.cfg.pod.5.in b/docs/man/xl.cfg.pod.5.in index 616dc093b0..13167ff2b6 100644 --- a/docs/man/xl.cfg.pod.5.in +++ b/docs/man/xl.cfg.pod.5.in @@ -27,7 +27,8 @@ A value C is one of: =item B<"STRING"> -A string, surrounded by either single or double quotes. +A string, surrounded by either single or double quotes. But if the +STRING is part of a SPEC_STRING, the quotes should be omitted. =item B @@ -569,7 +570,7 @@ settings, from the following list: Allow access to the display via the VNC protocol. This enables the other VNC-related settings. The default is to enable this. -=item C +=item C Specifies the IP address, and optionally VNC display number, to use. @@ -589,7 +590,7 @@ vnclisten string. Requests that the VNC display setup search for a free TCP port to use. The actual display used can be accessed with C. -=item C +=item C Specifies the password for the VNC server. If password is set to an empty string, authentication on the VNC server will be disabled @@ -616,7 +617,7 @@ Enable OpenGL acceleration of the SDL display. Only effects machines using C and only if the device-model was compiled with OpenGL support. Disabled by default. -=item C +=item C Configure the keymap to use for the keyboard associated with this display. If the input method does not easily support raw keycodes