summaryrefslogtreecommitdiffstats
path: root/git-daemon.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-12-17 19:48:40 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-12-17 19:48:40 +0000
commit116db35f5c6c689cd968e8142ae199061bd3712b (patch)
tree6bbef6e10a6c6d368be09b670a45a1192b7eca74 /git-daemon.txt
parent92d312a8003c0d8f2b08ad3021521ba36f1e7140 (diff)
downloadgit-htmldocs-116db35f5c6c689cd968e8142ae199061bd3712b.tar.gz
Autogenerated HTML docs for v1.6.1-rc3-10-g53682
Diffstat (limited to 'git-daemon.txt')
-rw-r--r--git-daemon.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-daemon.txt b/git-daemon.txt
index f1a570a87..36f00aed6 100644
--- a/git-daemon.txt
+++ b/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