]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
docs: Use italics consistently for references to sections
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 3 Aug 2021 07:07:48 +0000 (09:07 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 3 Aug 2021 07:17:15 +0000 (09:17 +0200)
doc/MANUAL.adoc

index 9f85aeb4d9df2bd00720a4a5a76467f3f5866c25..c4b7b09f32fa02ff3672ffed8e390df7d19b37cf 100644 (file)
@@ -23,7 +23,7 @@ again.
 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 <<Caveats>>. If you discover an undocumented case where
+goal are listed under _<<Caveats>>_. If you discover an undocumented case where
 ccache changes the output of your compiler, please let us know.