[PATCH] git-daemon documentation: use {tilde}

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Miklos Vajna
Date: Tuesday, December 16, 2008 - 8:48 am

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 <vmiklos@frugalware.org>
---
 Documentation/git-daemon.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt
index f1a570a..36f00ae 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
-- 
1.6.1.rc1.35.gae26e.dirty

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] git-daemon documentation: use {tilde}, Miklos Vajna, (Tue Dec 16, 8:48 am)
Re: [PATCH] git-daemon documentation: use {tilde}, Michael J Gruber, (Tue Dec 16, 10:38 am)
Re: [PATCH] git-daemon documentation: use {tilde}, Miklos Vajna, (Tue Dec 16, 10:50 am)
Re: [PATCH] git-daemon documentation: use {tilde}, Matthieu Moy, (Tue Dec 16, 11:05 am)
Re: [PATCH] git-daemon documentation: use {tilde}, Michael J Gruber, (Wed Dec 17, 2:07 am)