hgrc.5: single quotes means italic in asciidoc
authorMartin Geisler <mg@lazybytes.net>
Tue, 09 Jun 2009 23:24:43 +0200
changeset 8767 b03859265cc4
parent 8766 b2059435f176
child 8768 8ab07f3e0bad
hgrc.5: single quotes means italic in asciidoc Use double quotes instead and mark the * as monospaced text.
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.