git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-daemon documentation: use {tilde}
@ 2008-12-16 15:48 Miklos Vajna
  2008-12-16 17:38 ` Michael J Gruber
  0 siblings, 1 reply; 5+ messages in thread
From: Miklos Vajna @ 2008-12-16 15:48 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-12-17  9:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-16 15:48 [PATCH] git-daemon documentation: use {tilde} Miklos Vajna
2008-12-16 17:38 ` Michael J Gruber
2008-12-16 17:50   ` Miklos Vajna
2008-12-16 18:05   ` Matthieu Moy
2008-12-17  9:07     ` Michael J Gruber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).