Documentation: avoid xmlto input error
authorJunio C Hamano <gitster@pobox.com>
Sat, 21 Nov 2009 08:37:26 +0000 (00:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 21 Nov 2009 08:37:26 +0000 (00:37 -0800)
Do not write literal "~/" or "~user" but use "{tilde}/" and "{tilde}user";
otherwise the text between them gets enclosed in
"<subscript>...</subscript>".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found