]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Upcase subheadings in man page
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 22 Apr 2010 20:54:56 +0000 (22:54 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 22 Apr 2010 21:10:42 +0000 (23:10 +0200)
ccache.txt

index 506cd03dd118cce776449545c658f758aabe64e4..4b8ebf87b9d2fe67af35515740117c0ab87fe545 100644 (file)
@@ -29,7 +29,7 @@ output that you would get without the cache. If you ever discover a case where
 ccache changes the output of your compiler then please let us know.
 
 
-Features
+FEATURES
 ~~~~~~~~
 
 * Keeps statistics on hits/misses.
@@ -40,7 +40,7 @@ Features
 * Optionally uses hard links where possible to avoid copies.
 
 
-Limitations
+LIMITATIONS
 ~~~~~~~~~~~
 
 * Only knows how to cache the compilation of a single C/C++ file. Other types
@@ -363,7 +363,7 @@ ccache has two ways of doing the detection:
 * The *prepreprocessor mode* (hashes output from the preprocessor)
 
 
-The direct mode
+THE DIRECT MODE
 ~~~~~~~~~~~~~~~
 
 In the direct mode, a hash is formed of:
@@ -390,7 +390,7 @@ The direct mode will be disabled if any of the following holds:
 * A compiler option unsupported by the direct mode is used
 
 
-The preprocessor mode
+THE PREPROCESSOR MODE
 ~~~~~~~~~~~~~~~~~~~~~
 
 In the preprocessor mode, a hash is formed of: