From: Joel Rosdahl Date: Wed, 13 Jul 2016 14:15:40 +0000 (+0200) Subject: doc: Rename bugs section to caveats X-Git-Tag: v3.3~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d006aeb72e62e5ccb78cd0a2c7be77748c8546e;p=thirdparty%2Fccache.git doc: Rename bugs section to caveats --- diff --git a/MANUAL.txt b/MANUAL.txt index 76b09440d..a2108b0e7 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -30,8 +30,9 @@ again. Supported languages are C, C\+\+, Objective-C and Objective-C++. ccache has been carefully written to always produce exactly the same compiler output that you would get without the cache. The only way you should be able to tell that you are using ccache is the speed. Currently known exceptions to this -goal are listed under <<_bugs,BUGS>>. If you ever discover an undocumented case -where ccache changes the output of your compiler, please let us know. +goal are listed under <<_caveats,CAVEATS>>. If you ever discover an +undocumented case where ccache changes the output of your compiler, please let +us know. Features @@ -780,8 +781,8 @@ You can use the *prefix_command_cpp* configuration setting, if you also want to invoke the other wrapper when doing preprocessing (normally by adding *-E*). -Bugs ----- +Caveats +------- * ccache doesn't handle the GNU Assembler's *.incbin* directive correctly. This directive can be embedded in the source code inside an *__asm__* statement in