summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Sebastian <ksebasti@toddy.(none)>2008-10-17 17:32:58 -0400
committerKent Sebastian <ksebasti@toddy.(none)>2008-10-17 17:32:58 -0400
commit6820a1cf1e6cb81e562eea0043758283f3e63153 (patch)
treec855035de5edfbebc921386b24e7af7a08133258
parentf604f54a6df38a064787a381852ceb98e229f9e9 (diff)
downloadsystemtap-steved-6820a1cf1e6cb81e562eea0043758283f3e63153.tar.gz
systemtap-steved-6820a1cf1e6cb81e562eea0043758283f3e63153.tar.xz
systemtap-steved-6820a1cf1e6cb81e562eea0043758283f3e63153.zip
Changed stap man page to account for default cache file behaviour.
-rw-r--r--stap.1.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/stap.1.in b/stap.1.in
index b7c116ca..cc414418 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -870,8 +870,8 @@ directory. The cache can be limited by having the file
placed in the cache directory (shown above) containing only an ASCII
integer representing how many MiB the cache should not exceed. Note that
this is a 'soft' limit in that the cache will be cleaned after a new entry
-is added, so the cache size may temporarily exceed this limit. In the
-absence of this file, cache cleaning is up to the user.
+is added, so the total cache size may temporarily exceed this limit. In the
+absence of this file, a default will be created with the limit set to 64MiB.
.SH SAFETY AND SECURITY
Systemtap is an administrative tool. It exposes kernel internal data