]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Correct documentation about hard links
authorVille Skytta <ville.skytta@iki.fi>
Sun, 1 Nov 2009 18:39:58 +0000 (19:39 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 5 Jan 2010 17:53:00 +0000 (18:53 +0100)
See <http://www.redhat.com/archives/fedora-extras-commits/2007-July/msg05016.html>.

ccache.1
ccache.yo
web/ccache-man.html

index 9718973137b26f639b340b69c2e83d7fd2cd10cc..11fa4007f4dcf8dc3460fc748ce893e8be73df59 100644 (file)
--- a/ccache.1
+++ b/ccache.1
@@ -344,7 +344,7 @@ following conditions need to be met:
 .IP o 
 Use the same \fBCCACHE_DIR\fP environment variable setting
 .IP o 
-Set the \fBCCACHE_NOLINK\fP environment variable
+Unset the \fBCCACHE_HARDLINK\fP environment variable
 .IP o 
 Make sure everyone sets the CCACHE_UMASK environment variable
 to 002, this ensures that cached files are accessible to everyone in
index b47b0eefa386ed506933cd73ab7eb9ba83385aed..c340891293ec0769effbd797dc64e8418748761c 100644 (file)
--- a/ccache.yo
+++ b/ccache.yo
@@ -303,7 +303,7 @@ following conditions need to be met:
 
 itemize(
   it() Use the same bf(CCACHE_DIR) environment variable setting
-  it() Set the bf(CCACHE_NOLINK) environment variable
+  it() Unset the bf(CCACHE_HARDLINK) environment variable
   it() Make sure everyone sets the CCACHE_UMASK environment variable
   to 002, this ensures that cached files are accessible to everyone in
   the group.
index b831e71dad65dfb9198f2f389eeee7f5abc853f9..0cdf8cd5084068257518b7ead230961d4fcbbad2 100644 (file)
@@ -256,7 +256,7 @@ relinked without reason.  To share a cache without side effects, the
 following conditions need to be met:
 <p><ul>
   <li > Use the same <strong>CCACHE_DIR</strong> environment variable setting
-  <li > Set the <strong>CCACHE_NOLINK</strong> environment variable
+  <li > Unset the <strong>CCACHE_HARDLINK</strong> environment variable
   <li > Make sure everyone sets the CCACHE_UMASK environment variable
   to 002, this ensures that cached files are accessible to everyone in
   the group.