diff options
author | guanglei <guanglei> | 2006-11-13 08:23:50 +0000 |
---|---|---|
committer | guanglei <guanglei> | 2006-11-13 08:23:50 +0000 |
commit | 44fdb17837f7caa132dfae5831ec4bff91f12317 (patch) | |
tree | 52b26c472873d81d94987683f3721f4565069710 /man | |
parent | f7001c23d55963181ca8e629a255e5deb41e2d95 (diff) | |
download | systemtap-steved-44fdb17837f7caa132dfae5831ec4bff91f12317.tar.gz systemtap-steved-44fdb17837f7caa132dfae5831ec4bff91f12317.tar.xz systemtap-steved-44fdb17837f7caa132dfae5831ec4bff91f12317.zip |
bug 3507
replace all minus signs used in man page with \-
Diffstat (limited to 'man')
-rw-r--r-- | man/stapprobes.nfs.5.in | 14 | ||||
-rw-r--r-- | man/stapprobes.nfsd.5.in | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/man/stapprobes.nfs.5.in b/man/stapprobes.nfs.5.in index 09b6ad4b..851b22ac 100644 --- a/man/stapprobes.nfs.5.in +++ b/man/stapprobes.nfs.5.in @@ -199,7 +199,7 @@ Fires whenever doing an aio_read operation on nfs client side how long the cached information is assumed to be valid. The cached attrs for this inode needed to be revalidated if - jiffies - read_cache_jiffies > attrtime + jiffies \- read_cache_jiffies > attrtime .P .TP @@ -305,7 +305,7 @@ Fires whenever doing an mmap operation on nfs client side how long the cached information is assumed to be valid. The cached attrs for this inode needed to be revalidated if - jiffies - read_cache_jiffies > attrtime + jiffies \- read_cache_jiffies > attrtime .P .TP @@ -488,7 +488,7 @@ Fires whenever doing a send file operation on nfs client side how long the cached information is assumed to be valid. The cached attrs for this inode needed to be revalidated if - jiffies - read_cache_jiffies > attrtime + jiffies \- read_cache_jiffies > attrtime .P .TP @@ -798,7 +798,7 @@ Fires when client synchronously reads file from server nfs version .I flags - used to set task->tk_flags in rpc_init_task function + used to set task\->tk_flags in rpc_init_task function .I size,count number of bytes to be read in this execution @@ -835,7 +835,7 @@ Fires when client synchronously writes file to server nfs version .I flags - used to set task->tk_flags in rpc_init_task function + used to set task\->tk_flags in rpc_init_task function .I size,count number of bytes to be written in this execution @@ -1008,7 +1008,7 @@ 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 @@ -1068,7 +1068,7 @@ 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 diff --git a/man/stapprobes.nfsd.5.in b/man/stapprobes.nfsd.5.in index 92538440..1be73832 100644 --- a/man/stapprobes.nfsd.5.in +++ b/man/stapprobes.nfsd.5.in @@ -118,7 +118,7 @@ Fires whenever client writes data to file on server number of blocks to written .I stable - argp->stable(only for nfs.proc3.write) + argp\->stable(only for nfs.proc3.write) .P .TP |