diff options
author | Kent Sebastian <ksebasti@toddy.(none)> | 2008-10-17 17:32:58 -0400 |
---|---|---|
committer | Kent Sebastian <ksebasti@toddy.(none)> | 2008-10-17 17:32:58 -0400 |
commit | 6820a1cf1e6cb81e562eea0043758283f3e63153 (patch) | |
tree | c855035de5edfbebc921386b24e7af7a08133258 | |
parent | f604f54a6df38a064787a381852ceb98e229f9e9 (diff) | |
download | systemtap-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.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |