summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-05-15 10:07:59 +0200
committerMark Wielaard <mjw@redhat.com>2009-05-15 10:07:59 +0200
commit873e75ccf0f7188ec5094f7002137ccee7809e5d (patch)
tree659cf0902dab1efec34860aba65d9853d641dd0a /man
parent37f6433e61f0b5e927bf1a2b91d4ff4b79633e8a (diff)
downloadsystemtap-steved-873e75ccf0f7188ec5094f7002137ccee7809e5d.tar.gz
systemtap-steved-873e75ccf0f7188ec5094f7002137ccee7809e5d.tar.xz
systemtap-steved-873e75ccf0f7188ec5094f7002137ccee7809e5d.zip
Fixed comma space, space dot typos in various man pages.
Reported-by: K.Prasad <prasad@linux.vnet.ibm.com>
Diffstat (limited to 'man')
-rw-r--r--man/stapprobes.nfs.3stap.in22
-rw-r--r--man/stapprobes.nfsd.3stap.in14
2 files changed, 18 insertions, 18 deletions
diff --git a/man/stapprobes.nfs.3stap.in b/man/stapprobes.nfs.3stap.in
index 21964199..14404b96 100644
--- a/man/stapprobes.nfs.3stap.in
+++ b/man/stapprobes.nfs.3stap.in
@@ -551,7 +551,7 @@ Fires when a previous async read operation failed
.TP
.B nfs.aop.readpages
-Fires when in readahead way,read several pages once
+Fires when in readahead way, read several pages once
.B Arguments:
@@ -862,7 +862,7 @@ Fires when synchronously writing file from server is done
.TP
.B nfs.proc.commit
-Fires when client writes the buffered data to disk,the buffered
+Fires when client writes the buffered data to disk, the buffered
data is asynchronously written by client before(not exist in NFSV2)
.B Arguments:
@@ -902,7 +902,7 @@ Fires when committing operation is done
.B nfs.proc.read_setup
Fires when client asynchronously reads file from server,
-this function is used to setup a read rpc task,not do
+this function is used to setup a read rpc task, not do
a real read operation.
.B Arguments:
@@ -947,7 +947,7 @@ Fires when a read reply is received or some read error occur
number of bytes read
.I timestamp
- time stamp ,which is used for lease renewal (only
+ time stamp, which is used for lease renewal (only
in nfs.proc4.read_done)
.P
@@ -955,7 +955,7 @@ Fires when a read reply is received or some read error occur
.B nfs.proc.write_setup
Fires when client asynchronously write data to server,
-this function is used to setup a write rpc task,not do
+this function is used to setup a write rpc task, not do
a write read operation.
.B Arguments:
@@ -976,7 +976,7 @@ a write read operation.
the file offset
.I how
- used to set args.stable,The possible value could be:
+ used to set args.stable, The possible value could be:
NFS_UNSTABLE,
NFS_DATA_SYNC,
NFS_FILE_SYNC
@@ -1008,13 +1008,13 @@ Fires when a write reply is received or some write error occur
result of last async write operation
.I valid
- fattr\->valid ,indicates which fields are valid
+ fattr\->valid, indicates which fields are valid
.I count
number of bytes written
.I timestamp
- time stamp ,which is used for lease renewal (only
+ time stamp, which is used for lease renewal (only
in nfs.proc4.read_done)
.P
@@ -1022,7 +1022,7 @@ Fires when a write reply is received or some write error occur
.B nfs.proc.commit_setup
Fires when client asynchronously do a commit operation,
-this function is used to setup a commit rpc task,not do
+this function is used to setup a commit rpc task, not do
a commit read operation.
.B Arguments:
@@ -1068,13 +1068,13 @@ Fires when a commit reply is received or some commit error occur
result of last async write operation
.I valid
- fattr\->valid ,indicates which fields are valid
+ fattr\->valid, indicates which fields are valid
.I count
number of bytes written
.I timestamp
- time stamp ,which is used for lease renewal (only
+ time stamp, which is used for lease renewal (only
in nfs.proc4.read_done)
.P
diff --git a/man/stapprobes.nfsd.3stap.in b/man/stapprobes.nfsd.3stap.in
index 275aba70..ea2ac2df 100644
--- a/man/stapprobes.nfsd.3stap.in
+++ b/man/stapprobes.nfsd.3stap.in
@@ -78,7 +78,7 @@ Fires whenever client reads file on server
the offset of file
.I vec
- struct kvec ,includes buf address in kernel address
+ struct kvec, includes buf address in kernel address
and the length of each buffer
.I vlen
@@ -111,7 +111,7 @@ Fires whenever client writes data to file on server
the offset of file
.I vec
- struct kvec ,includes buf address in kernel address
+ struct kvec, includes buf address in kernel address
and the length of each buffer
.I vlen
@@ -294,7 +294,7 @@ Fires whenever server reads file
the offset of file
.I vec
- struct kvec ,includes buf address in kernel address
+ struct kvec, includes buf address in kernel address
and the length of each buffer
.I vlen
@@ -321,7 +321,7 @@ Fires whenever server writes file
the offset of file
.I vec
- struct kvec ,includes buf address in kernel address
+ struct kvec, includes buf address in kernel address
and the length of each buffer
.I vlen
@@ -394,7 +394,7 @@ Fires whenever client opens/searches file on server
.B nfsd.createv3
Fires when client creates a regular file or set file attributes
-on server side,only called by nfsd3_proc_create and nfsd4_open
+on server side, only called by nfsd3_proc_create and nfsd4_open
(op_claim_type is NFS4_OPEN_CLAIM_NULL)
.B Arguments:
@@ -415,14 +415,14 @@ on server side,only called by nfsd3_proc_create and nfsd4_open
file access mode
.I createmode
- create mode .The possible values could be:
+ create mode. The possible values could be:
NFS3_CREATE_EXCLUSIVE,NFS3_CREATE_UNCHECKED,NFS3_CREATE_GUARDED
.I truncp
trunp arguments, indicates if the file should be truncated
.I verfier
- file attributes (atime,mtime,mode).It's used to reset file
+ file attributes (atime,mtime,mode). It's used to reset file
attributes for CREATE_EXCLUSIVE
.P