* [PATCH for-4.5] docs/commandline: Minor formatting fixes and clarifications
@ 2014-12-12 18:26 Andrew Cooper
2014-12-16 17:17 ` Ian Campbell
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cooper @ 2014-12-12 18:26 UTC (permalink / raw)
To: Xen-devel; +Cc: Andrew Cooper, Ian Jackson, Ian Campbell, Wei Liu
`font` had a trailing single quote which was out of place.
`gnttab_max_frames` was missing escapes for the underscores which caused the
underscores to take their markdown meaning, causing 'max' in the middle to be
italicised. Escape the underscores, and make all command line parameters
bold, to be consistent with the existing style.
Clarify how the default for `nmi` changes between debug and non debug builds
of Xen.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
---
Requesting for 4.5, under the "strictly a documentation change" allowance
---
docs/misc/xen-command-line.markdown | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/misc/xen-command-line.markdown b/docs/misc/xen-command-line.markdown
index 1e8c024..152ae03 100644
--- a/docs/misc/xen-command-line.markdown
+++ b/docs/misc/xen-command-line.markdown
@@ -614,7 +614,7 @@ to use the default.
> `= <integer>`
### font
-> `= <height>` where height is `8x8 | 8x14 | 8x16 '`
+> `= <height>` where height is `8x8 | 8x14 | 8x16`
Specify the font size when using the VESA console driver.
@@ -648,13 +648,13 @@ Specify the maximum number of frames per grant table operation.
> `= <integer>`
Specify the maximum number of maptrack frames domain.
-The default value is 8 times gnttab_max_frames.
+The default value is 8 times **gnttab\_max\_frames**.
### gnttab\_max\_nr\_frames
> `= <integer>`
*Deprecated*
-Use gnttab\_max\_frames and gnttab\_max\_maptrack\_frames instead.
+Use **gnttab\_max\_frames** and **gnttab\_max\_maptrack\_frames** instead.
Specify the maximum number of frames per grant table operation and the
maximum number of maptrack frames domain.
@@ -986,7 +986,7 @@ of the ACPI based one.
### nmi
> `= ignore | dom0 | fatal`
-> Default: `nmi=fatal`
+> Default: `fatal` for a debug build, or `dom0` for a non-debug build
Specify what Xen should do in the event of an NMI parity or I/O error.
`ignore` discards the error; `dom0` causes Xen to report the error to
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH for-4.5] docs/commandline: Minor formatting fixes and clarifications
2014-12-12 18:26 [PATCH for-4.5] docs/commandline: Minor formatting fixes and clarifications Andrew Cooper
@ 2014-12-16 17:17 ` Ian Campbell
0 siblings, 0 replies; 2+ messages in thread
From: Ian Campbell @ 2014-12-16 17:17 UTC (permalink / raw)
To: Andrew Cooper; +Cc: Wei Liu, Ian Jackson, Xen-devel
On Fri, 2014-12-12 at 18:26 +0000, Andrew Cooper wrote:
> `font` had a trailing single quote which was out of place.
>
> `gnttab_max_frames` was missing escapes for the underscores which caused the
> underscores to take their markdown meaning, causing 'max' in the middle to be
> italicised. Escape the underscores, and make all command line parameters
> bold, to be consistent with the existing style.
>
> Clarify how the default for `nmi` changes between debug and non debug builds
> of Xen.
>
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> CC: Ian Campbell <Ian.Campbell@citrix.com>
> CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
> CC: Wei Liu <wei.liu2@citrix.com>
>
> ---
> Requesting for 4.5, under the "strictly a documentation change" allowance
Acked + applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-16 17:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-12 18:26 [PATCH for-4.5] docs/commandline: Minor formatting fixes and clarifications Andrew Cooper
2014-12-16 17:17 ` Ian Campbell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.