From: Miklos Vajna Date: Tue, 16 Dec 2008 15:48:12 +0000 (+0100) Subject: git-daemon documentation: use {tilde} X-Git-Tag: v1.6.1-rc4~27 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4fce51cf415909be84e3a1449900e3fdea775b76;p=git.git git-daemon documentation: use {tilde} Use '{tilde}' instead of '~', becase the later does not appear in the manpage version, just in the HTML one. Noticed by gonzzor on IRC. Signed-off-by: Miklos Vajna Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index f1a570a87..36f00aed6 100644 --- a/Documentation/git-daemon.txt +++ b/Documentation/git-daemon.txt @@ -110,9 +110,9 @@ OPTIONS --user-path:: --user-path=path:: - Allow ~user notation to be used in requests. When + Allow {tilde}user notation to be used in requests. When specified with no parameter, requests to - git://host/~alice/foo is taken as a request to access + git://host/{tilde}alice/foo is taken as a request to access 'foo' repository in the home directory of user `alice`. If `--user-path=path` is specified, the same request is taken as a request to access `path/foo` repository in