From c2c6c112ed40887f6a530e4c08ecb682d4c9ee96 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Jun 2010 16:14:27 +0200 Subject: Cosmetic changes --- doc/cli.1 | 6 +++--- doc/cli.xhtml | 2 +- doc/guide/index.xhtml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/cli.1 b/doc/cli.1 index ec7d9fc..0eb6d22 100644 --- a/doc/cli.1 +++ b/doc/cli.1 @@ -188,9 +188,9 @@ separate line optionally followed by space and an option value\. Empty lines and lines starting with \fB#\fP are ignored\. Option values can be enclosed in double (\fB"\fP) or single (\fB'\fP) quotes to preserve leading and trailing whitespaces as well as to specify empty values\. If the value -itself contains trailing or leading double quote, enclose it with an extra -pair of quotes, for example \fB'"x"'\fP\. Non-leading and non-trailing -quotes are interpreted as being part of the option value\. +itself contains trailing or leading quotes, enclose it with an extra pair of +quotes, for example \fB'"x"'\fP\. Non-leading and non-trailing quotes are +interpreted as being part of the option value\. The semantics of providing options in a file is equivalent to providing the same set of options in the same order on the command line at the point where diff --git a/doc/cli.xhtml b/doc/cli.xhtml index e23b55a..67c9d95 100644 --- a/doc/cli.xhtml +++ b/doc/cli.xhtml @@ -215,7 +215,7 @@ be enclosed in double (") or single (') quotes to preserve leading and trailing whitespaces as well as to specify empty values. If the value itself contains trailing or - leading double quote, enclose it with an extra pair of quotes, for example + leading quotes, enclose it with an extra pair of quotes, for example '"x"'. Non-leading and non-trailing quotes are interpreted as being part of the option value. diff --git a/doc/guide/index.xhtml b/doc/guide/index.xhtml index aeb7892..1b0126a 100644 --- a/doc/guide/index.xhtml +++ b/doc/guide/index.xhtml @@ -753,7 +753,7 @@ namespace cli be enclosed in double (") or single (') quotes to preserve leading and trailing whitespaces as well as to specify empty values. If the value itself contains trailing or leading - quote, enclose it with an extra pair of quotes, for example + quotes, enclose it with an extra pair of quotes, for example '"x"'. Non-leading and non-trailing quotes are interpreted as being part of the option value.

-- cgit v1.1