]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ready for version 1.1
authorAndrew Tridgell <tridge@samba.org>
Sun, 31 Mar 2002 06:24:33 +0000 (08:24 +0200)
committerAndrew Tridgell <tridge@samba.org>
Sun, 31 Mar 2002 06:24:33 +0000 (08:24 +0200)
ccache.1
ccache.h
ccache.yo
web/ccache-man.html

index fef7da59ac4d212da02eacd31e7654e679382038..526f4cd6711bddff3d7aa44771a5207824e82d23 100644 (file)
--- a/ccache.1
+++ b/ccache.1
@@ -63,7 +63,7 @@ size totals\&. Normally the -c option should not be necessary as ccache
 keeps the cache below the specified limits at runtime and keeps
 statistics up to date on each compile\&. This option is mostly useful
 if you manually modify the cache contents or believe that the cache
-size statitics may be inaccurate\&.
+size statistics may be inaccurate\&.
 .IP 
 .IP "\fB-F maxfiles\fP" 
 This sets the maximum number of files allowed in
@@ -235,3 +235,4 @@ http://samba\&.org/~tridge/
 .PP 
 If you wish to report a problem or make a suggestion then please email
 bugs@ccache\&.samba\&.org
+.PP 
index 908bc30b4996334781477522dbc7daf79dd52763..ef29d2080381831d494382674d97dbf1888e8910 100644 (file)
--- a/ccache.h
+++ b/ccache.h
@@ -1,6 +1,6 @@
 #define _GNU_SOURCE
 
-#define CCACHE_VERSION "1.0"
+#define CCACHE_VERSION "1.1"
 
 #include <stdio.h>
 #include <unistd.h>
index 3201a565f610d193321e213ffa42a03fd0d669c3..78d49ccef04f654a77011f456405bbb8fef927c9 100644 (file)
--- a/ccache.yo
+++ b/ccache.yo
@@ -53,7 +53,7 @@ size totals. Normally the -c option should not be necessary as ccache
 keeps the cache below the specified limits at runtime and keeps
 statistics up to date on each compile. This option is mostly useful
 if you manually modify the cache contents or believe that the cache
-size statitics may be inaccurate.
+size statistics may be inaccurate.
 
 dit(bf(-F maxfiles)) This sets the maximum number of files allowed in
 the cache. The value is stored inside the cache directory and applies
@@ -203,3 +203,4 @@ url(http://samba.org/~tridge/)(http://samba.org/~tridge/)
 
 If you wish to report a problem or make a suggestion then please email
 bugs@ccache.samba.org
+
index bfd713ada1728ed6dcecb78fec11c6f38f8928d8..8479657d1ffd74a81c8943484fbd1ce39472d1f9 100644 (file)
@@ -62,7 +62,7 @@ size totals. Normally the -c option should not be necessary as ccache
 keeps the cache below the specified limits at runtime and keeps
 statistics up to date on each compile. This option is mostly useful
 if you manually modify the cache contents or believe that the cache
-size statitics may be inaccurate.
+size statistics may be inaccurate.
 <p><p></p><dt><strong><strong>-F maxfiles</strong></strong><dd> This sets the maximum number of files allowed in
 the cache. The value is stored inside the cache directory and applies
 to all future compiles. Due to the way the value is stored the actual
@@ -192,5 +192,5 @@ compiling rsync I get:
 <a href="http://samba.org/~tridge/">http://samba.org/~tridge/</a>
 <p>If you wish to report a problem or make a suggestion then please email
 bugs@ccache.samba.org
-</body>
+<p></body>
 </html>