From 2d006aeb72e62e5ccb78cd0a2c7be77748c8546e Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 13 Jul 2016 16:15:40 +0200 Subject: [PATCH] doc: Rename bugs section to caveats --- MANUAL.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.47.2