doc/config: fix inline literals

Since commit 6cf378f, asciidoc backticks are now inline
literals; therefore quoting {tilde} inside them is wrong
(this instance was missed in 6cf378f because it happened on
a parallel line of development).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jeff King 2012-05-02 19:43:52 -04:00 committed by Junio C Hamano
parent 34875f4a53
commit 9a7b0bca36

View File

@ -95,8 +95,8 @@ included file is expanded immediately, as if its contents had been
found at the location of the include directive. If the value of the found at the location of the include directive. If the value of the
`include.path` variable is a relative path, the path is considered to be `include.path` variable is a relative path, the path is considered to be
relative to the configuration file in which the include directive was relative to the configuration file in which the include directive was
found. The value of `include.path` is subject to tilde expansion: `{tilde}/` found. The value of `include.path` is subject to tilde expansion: `~/`
is expanded to the value of `$HOME`, and `{tilde}user/` to the specified is expanded to the value of `$HOME`, and `~user/` to the specified
user's home directory. See below for examples. user's home directory. See below for examples.
Example Example