summaryrefslogtreecommitdiffstats
path: root/man/stapprobes.nfs.3stap.in
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/stapprobes.nfs.3stap.in
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/stapprobes.nfs.3stap.in')
-rw-r--r--man/stapprobes.nfs.3stap.in22
1 files changed, 11 insertions, 11 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