diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2010-01-22 15:56:51 +0800 |
---|---|---|
committer | Wenji Huang <wenji.huang@oracle.com> | 2010-01-22 15:56:51 +0800 |
commit | b515db67ec9fff58d6c789e6e27c8e18ed01d6ce (patch) | |
tree | cc27d349dbc9fd3ad66e2d3f6d7c2d4abe1d85c1 /initscript/README.systemtap | |
parent | cabde31c2b2e13d253f2ba70921d6f01a6278af1 (diff) | |
download | systemtap-steved-b515db67ec9fff58d6c789e6e27c8e18ed01d6ce.tar.gz systemtap-steved-b515db67ec9fff58d6c789e6e27c8e18ed01d6ce.tar.xz systemtap-steved-b515db67ec9fff58d6c789e6e27c8e18ed01d6ce.zip |
Fix typos in several text files
Diffstat (limited to 'initscript/README.systemtap')
-rw-r--r-- | initscript/README.systemtap | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/initscript/README.systemtap b/initscript/README.systemtap index ebce285e..61bd5b24 100644 --- a/initscript/README.systemtap +++ b/initscript/README.systemtap @@ -199,7 +199,7 @@ Configuration file allows us 4.1.9 AUTOCOMPILE If this is set 'yes', systemtap initscript automatically tries to compile - specified script if there is no valid cache. Otherwides, it just fails to + specified script if there is no valid cache. Otherwise, it just fails to run script(s). (default: yes) @@ -396,10 +396,10 @@ script2_REQ=script1 resulting module on the client host. 6.1.2 Unprivileged Users (Module Signing) - If the user on the client host is a an ordinary unprivileged user or a member + If the user on the client host is an ordinary unprivileged user or a member of the group stapusr, he will get an error when running the example above, since he does not have authority to load the unsigned module returned by the - server. Howeverm if he is a member of the group stapusr and if he can get the + server. However if he is a member of the group stapusr and if he can get the module signed by a trusted signer, he will be able to load it. The server will sign the module if the --unprivileged option is specified by @@ -428,7 +428,7 @@ script2_REQ=script1 The example above should now work as expected. 6.1.3 Ordinary Users - Ordinary users are users who are not root and not a member of either of the + Ordinary users are users who are not root or a member of either of the groups stapdev or stapusr. These users can still use the stap-server service to compile their scripts |