# HG changeset patch # User Martin Geisler # Date 1244582683 -7200 # Node ID b03859265cc490480abb9afb7ce82c5298ff21fe # Parent b2059435f176bcab937a91de4df0d23f0521906e hgrc.5: single quotes means italic in asciidoc Use double quotes instead and mark the * as monospaced text. diff -r b2059435f176 -r b03859265cc4 doc/hgrc.5.txt --- a/doc/hgrc.5.txt Tue Jun 09 23:08:55 2009 +0200 +++ b/doc/hgrc.5.txt Tue Jun 09 23:24:43 2009 +0200 @@ -139,9 +139,9 @@ Supported arguments: prefix;; - Either '*' or a URI prefix with or without the scheme part. The + Either "`*`" or a URI prefix with or without the scheme part. The authentication entry with the longest matching prefix is used - (where '*' matches everything and counts as a match of length 1). + (where "`*`" matches everything and counts as a match of length 1). If the prefix doesn't include a scheme, the match is performed against the URI with its scheme stripped as well, and the schemes argument, q.v., is then subsequently consulted.