]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
doc: Fix incorrect reference and bad markup
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 3 Nov 2020 20:16:32 +0000 (21:16 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 3 Nov 2020 20:24:17 +0000 (21:24 +0100)
doc/MANUAL.adoc

index 67393f1be4d3671e94d3bf29c025a55f1d47b972..90835e78a0406a31e20daf973d92eded84b5e6d2 100644 (file)
@@ -95,9 +95,9 @@ Common options
     Clear the entire cache, removing all cached files, but keeping the
     configuration file.
 
-*`-d`*, *`--directory`* _PATH_
+*`-d`*, *`--directory`* _PATH_::
 
-    Let the subsequent command line options operate on cache directory PATH
+    Let the subsequent command line options operate on cache directory _PATH_
     instead of the default for. For example, to show statistics for a cache
     directory at `/shared/ccache` you can run `ccache -d /shared/ccache -s`.
 
@@ -260,14 +260,14 @@ The location of the primary (cache-specific) configuration is determined like
 this:
 
 1. If *CCACHE_CONFIGPATH* is set, use that path.
-2. Otherwise, if <<config_ccache_dir,*ccache_dir*>> (*CCACHE_DIR*) is set then
+2. Otherwise, if <<config_cache_dir,*cache_dir*>> (*CCACHE_DIR*) is set then
    use *<ccache_dir>/ccache.conf*.
 3. Otherwise, if there is a legacy *$HOME/.ccache* directory then use
-   *$HOME/.ccache/ccache.conf.
+   *$HOME/.ccache/ccache.conf*.
 4. Otherwise, if *XDG_CONFIG_HOME* is set then use
    *$XDG_CONFIG_HOME/ccache/ccache.conf*.
 5. Otherwise, use *%APPDATA%/ccache/ccache.conf* (Windows),
-   *$HOME/Library/Preferences/ccache/ccache.conf (macOS) or
+   *$HOME/Library/Preferences/ccache/ccache.conf* (macOS) or
    *$HOME/.config/ccache/ccache.conf* (other systems).