From 508979e5e97e21ebe76d48906c56da71061161ce Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 22 Apr 2010 22:54:56 +0200 Subject: [PATCH] Upcase subheadings in man page --- ccache.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ccache.txt b/ccache.txt index 506cd03dd..4b8ebf87b 100644 --- a/ccache.txt +++ b/ccache.txt @@ -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: -- 2.47.2