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.stap-server | |
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.stap-server')
-rw-r--r-- | initscript/README.stap-server | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/initscript/README.stap-server b/initscript/README.stap-server index c4089299..b1cbdbbd 100644 --- a/initscript/README.stap-server +++ b/initscript/README.stap-server @@ -77,7 +77,7 @@ to specify servers to be managed. The default architecture is the architecture of the host. 2.3.3 -r kernel-release - This option specifies the target kernel release of the server an is + This option specifies the target kernel release of the server and is analogous to the -r option of 'stap'. See stap(1) for more details. The default release is that of the currently running kernel. @@ -88,7 +88,7 @@ to specify servers to be managed. must be a member of the group 'stap-server'. 2.3.5 -I path - This option specifies an additional path to be searched by thes server for + This option specifies an additional path to be searched by the server for tapsets and is analogous to the -I option of 'stap'. See stap(1) for more details. @@ -119,14 +119,14 @@ to specify servers to be managed. the given nickname is found, and the action is 'start' (or an action behaving like 'start' (see below), the server will be started with the given nickname. If no configuration with the given nickname is found, and the action is not - 'start' (or an action behaving" "like 'start', it is an error. If a nickname is + 'start' (or an action behaving like 'start', it is an error. If a nickname is not specified for a server, its nickname will be its process id. 2.3.10 -p pid This option allows the specification of a server configuration by process id. When -p is specified, a currently running server with the given process id will be searched for. If no such server is found, it is an error. If a server with - the given procss id is found, the -a, -r, -I, -R, -B and -u options for that + the given process id is found, the -a, -r, -I, -R, -B and -u options for that server will be used as if they were specified on the command line. 3. Files |