summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2005-02-28 01:33:10 +0000
committerbrueffer <brueffer@FreeBSD.org>2005-02-28 01:33:10 +0000
commit18848be824e228a53179beda8a84c49c81c8d72a (patch)
tree67ee9c7d556f8f650227e280674e08b3e8757343 /sbin
parent7642aaf23928cc3da5627406ed47894e8ffb7372 (diff)
downloadFreeBSD-src-18848be824e228a53179beda8a84c49c81c8d72a.zip
FreeBSD-src-18848be824e228a53179beda8a84c49c81c8d72a.tar.gz
Typos and grammar fixes, wordsmithing
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/class/shsec/gshsec.812
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/geom/class/shsec/gshsec.8 b/sbin/geom/class/shsec/gshsec.8
index a3216f8..306a699 100644
--- a/sbin/geom/class/shsec/gshsec.8
+++ b/sbin/geom/class/shsec/gshsec.8
@@ -59,7 +59,7 @@
.Sh DESCRIPTION
The
.Nm
-utility is used for setting up a device which contains shared secret.
+utility is used for setting up a device which contains a shared secret.
The secret is shared between the given providers.
To collect the secret, all providers are needed.
If one of the components is missing, there is no way to get any useful data from
@@ -71,7 +71,7 @@ indicates an action to be performed:
.It Cm label
Set up a shared secret device from the given components with the specified
.Ar name .
-Metadata are stored in every component's last sector.
+Metadata are stored in the last sector of every component.
.It Cm stop
Turn off an existing shared secret device by its
.Ar name .
@@ -104,15 +104,15 @@ Be more verbose.
.Sh EXIT STATUS
Exit status is 0 on success, and 1 if the command fails.
.Sh EXAMPLES
-The following example shows how to created a shared secret device.
-Secret will be split between a slice on the local disk and a USB Pen drive.
+The following example shows how to create a shared secret device.
+The secret will be split between a slice on a local disk and a USB Pen drive.
.Bd -literal -offset indent
gshsec label -v secret /dev/ad0s1 /dev/da0
newfs /dev/shsec/secret
.Ed
.Pp
-From now on, when USB Pen drive will be inserted, it will be automatically
-detected and connected making secret available via
+From now on, when the USB Pen drive is inserted, it will be automatically
+detected and connected, making the secret available via the
.Pa /dev/shsec/secret
device.
.Sh SEE ALSO
OpenPOWER on IntegriCloud