doc/hg.1.txt
changeset 8766 b2059435f176
parent 8728 9d67706ee8d5
child 8771 a2871de50f50
--- a/doc/hg.1.txt	Tue Jun 09 21:50:42 2009 +0200
+++ b/doc/hg.1.txt	Tue Jun 09 23:08:55 2009 +0200
@@ -38,24 +38,24 @@
 
 FILES
 -----
- .hgignore::
+ `.hgignore`::
     This file contains regular expressions (one per line) that
     describe file names that should be ignored by hg. For details, see
     hgignore(5).
 
- .hgtags::
+ `.hgtags`::
     This file contains changeset hash values and text tag names (one
     of each separated by spaces) that correspond to tagged versions of
     the repository contents.
 
- /etc/mercurial/hgrc, $HOME/.hgrc, .hg/hgrc::
-    This file contains defaults and configuration. Values in .hg/hgrc
-    override those in $HOME/.hgrc, and these override settings made in
-    the global /etc/mercurial/hgrc configuration. See hgrc(5) for
+ `/etc/mercurial/hgrc`, `$HOME/.hgrc`, `.hg/hgrc`::
+    This file contains defaults and configuration. Values in `.hg/hgrc`
+    override those in `$HOME/.hgrc`, and these override settings made in
+    the global `/etc/mercurial/hgrc` configuration. See hgrc(5) for
     details of the contents and format of these files.
 
-Some commands (e.g. revert) produce backup files ending in .orig, if
-the .orig file already exists and is not tracked by Mercurial, it will
+Some commands (e.g. revert) produce backup files ending in `.orig`, if
+the `.orig` file already exists and is not tracked by Mercurial, it will
 be overwritten.
 
 BUGS