]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
doc: Remove note about hard links caveats from feature summary
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 17 Aug 2019 21:00:55 +0000 (23:00 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 17 Aug 2019 21:09:02 +0000 (23:09 +0200)
I feel that the warning doesn’t quite belong to that list.

doc/MANUAL.adoc

index edac39300b1dfd5594e4cb5f57e8bad0a257748b..2ba5aab105fb685c9947f79d67c40a22851efb7b 100644 (file)
@@ -47,7 +47,7 @@ Features
 * Checksums data in the cache to detect corruption.
 * Optionally uses file cloning (AKA “copy on write” or reflinks) to avoid
   copies (not supported by all file systems).
-* Optionally uses hard links avoid copies (there are caveats, though).
+* Optionally uses hard links avoid copies.
 
 
 Limitations