summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2007-11-24 09:32:45 +0000
committerbrueffer <brueffer@FreeBSD.org>2007-11-24 09:32:45 +0000
commit7b5e1ce2f62890e8fd51e43850204902098a1290 (patch)
tree1ecfbae3bc0eb95bdde51e0c6cc9d249b0fd9fc5 /sbin
parent7d4ec70696e3e9f686cee8f071d9e21711c3d94e (diff)
downloadFreeBSD-src-7b5e1ce2f62890e8fd51e43850204902098a1290.zip
FreeBSD-src-7b5e1ce2f62890e8fd51e43850204902098a1290.tar.gz
Minor language cleanup.
MFC after: 3 days
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/class/nop/gnop.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/geom/class/nop/gnop.8 b/sbin/geom/class/nop/gnop.8
index 550ded1..83c3323 100644
--- a/sbin/geom/class/nop/gnop.8
+++ b/sbin/geom/class/nop/gnop.8
@@ -71,9 +71,9 @@ utility is used for setting up transparent providers on existing ones.
Its main purpose is testing other GEOM classes, as it allows forced provider
removal and I/O error simulation with a given probability.
It also gathers the following statistics: number of read requests, number of
-write requests, number of read bytes and number of wrote bytes.
+write requests, number of bytes read and number of bytes written.
In addition, it can be used as a good starting point for implementing new GEOM
-class.
+classes.
.Pp
The first argument to
.Nm
@@ -157,7 +157,7 @@ The traffic statistics for the given transparent providers can be obtained
with the
.Cm list
command.
-Example below shows the number of bytes written with
+The example below shows the number of bytes written with
.Xr newfs 8 :
.Bd -literal -offset indent
gnop create da0
OpenPOWER on IntegriCloud