[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] docs: mention whitespace handling diskspec target= parsing
commit d2985386925fab3abe075852db46df29b56c95bb Author: Olaf Hering <olaf@xxxxxxxxx> AuthorDate: Thu Feb 13 15:43:24 2014 +0100 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Thu Feb 13 14:57:46 2014 +0000 docs: mention whitespace handling diskspec target= parsing disk=[ ' target=/dev/loop0 ' ] will fail to parse because '/dev/loop ' does not exist. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- docs/misc/xl-disk-configuration.txt | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/misc/xl-disk-configuration.txt b/docs/misc/xl-disk-configuration.txt index 5bd456d..cf22397 100644 --- a/docs/misc/xl-disk-configuration.txt +++ b/docs/misc/xl-disk-configuration.txt @@ -70,11 +70,11 @@ Special syntax: When this parameter is specified by name, ie with the "target=" syntax in the configuration file, it consumes the whole rest of the - <diskspec>. Therefore in that case it must come last. This is - permissible even if an empty value for the target was already - specified as a positional parameter. This is the only way to - specify a target string containing metacharacters such as commas - and (in some cases) colons, which would otherwise be + <diskspec> including trailing whitespaces. Therefore in that case + it must come last. This is permissible even if an empty value for + the target was already specified as a positional parameter. This + is the only way to specify a target string containing metacharacters + such as commas and (in some cases) colons, which would otherwise be misinterpreted. Future parameter and flag names will start with an ascii letter and -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |