Documentation cleanups.
[hooke.git] / doc / config.txt
index c5d594fb8c4df10c12516ab6fb0b9fb1bd3f2fd6..d2b8d14d267c8b0d327575a9340269397fa29b86 100644 (file)
@@ -31,14 +31,15 @@ Finding configuration files
 ---------------------------
 
 The default search path follows the `Filesystem Hierarchy Standard`_,
-and so will probably need adjustment for non-*nix systems.  The
+and so will probably need adjustment for non-\*nix systems.  The
 default path list is
 
-* /usr/share/hooke/hooke.cfg
-* /etc/hooke/hooke.cfg
-* ~/.hooke.cfg
+* :file:`/usr/share/hooke/hooke.cfg`
+* :file:`/etc/hooke/hooke.cfg`
+* :file:`~/.hooke.cfg`
+* :file:`./.hooke.cfg`
 
 but alternatives can be specified from the command line launching
 Hooke.
 
-_ ..Filesystem Hierarchy Standard: http://www.pathname.com/fhs/
+.. _Filesystem Hierarchy Standard: http://www.pathname.com/fhs/