# HG changeset patch # Parent 1126b3079bef37e1bb5a97b90c14a51d4e1c91c3 docs/command line: Clarify the behavior with invalid input. Signed-off-by: Andrew Cooper diff -r 1126b3079bef docs/misc/xen-command-line.markdown --- a/docs/misc/xen-command-line.markdown +++ b/docs/misc/xen-command-line.markdown @@ -11,7 +11,8 @@ Hypervisor. ## Types of parameter Most parameters take the form `option=value`. Different options on -the command line should be space delimited. +the command line should be space delimited. All options are case +sensitive, as are all values unless explicitly noted. ### Boolean (``) @@ -68,6 +69,39 @@ Some options take a comma separated list Some parameters act as combinations of the above, most commonly a mix of Boolean and String. These are noted in the relevant sections. +## Unexpected input + +This information describes the behaviour with unexpected or malformed +input, for reference purposes. It is not expected to be used in any +situation, nor relied upon. + +### Boolean + +* `` other than those listed will invert the option, so take + its non-default value. + +* A `no-` prefix can be stacked with an explicit `=`. + * A `no-