From: Joel Rosdahl Date: Sat, 19 Dec 2015 14:58:22 +0000 (+0100) Subject: Sort sloppiness options in manual X-Git-Tag: v3.3~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e49066d1a1d4db3132a5274fe719cf967ef7d747;p=thirdparty%2Fccache.git Sort sloppiness options in manual --- diff --git a/MANUAL.txt b/MANUAL.txt index 228a2d79d..b1cfa80c7 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -447,16 +447,16 @@ WRAPPERS>>. ccache normally examines a file's contents to determine whether it matches the cached version. With this option set, ccache will consider a file as matching its cached version if the sizes, mtimes and ctimes match. -*no_system_headers*:: - By default, ccache will also include all system headers in the manifest. - With this option set, ccache will only include system headers in the hash - but not add the system header files to the list of include files. *include_file_ctime*:: By default, ccache also will not cache a file if it includes a header whose ctime is too new. This option disables that check. *include_file_mtime*:: By default, ccache will not cache a file if it includes a header whose mtime is too new. This option disables that check. +*no_system_headers*:: + By default, ccache will also include all system headers in the manifest. + With this option set, ccache will only include system headers in the hash + but not add the system header files to the list of include files. *pch_defines*:: Be sloppy about #defines when precompiling a header file. See <<_precompiled_headers,PRECOMPILED HEADERS>> for more information.