diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2005-03-01 13:17:31 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2005-03-01 13:17:31 +0000 |
| commit | 1cad49bfefe095bd69e77771bd07f2ef1a41f452 (patch) | |
| tree | 194fa7c2d29b57e78148f11bdb8782facde06f73 /sbin | |
| parent | 93b13a2ca0f39443bdfdca897c7d9871afc8a40b (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/geom/class/shsec/gshsec.8 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sbin/geom/class/shsec/gshsec.8 b/sbin/geom/class/shsec/gshsec.8 index 306a69934fd43..5f4b1db9ee8da 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 a shared secret. +utility is used for setting up a device which contains 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 the last sector of every component. +Metadata are stored in every component's last sector. .It Cm stop Turn off an existing shared secret device by its .Ar name . @@ -101,20 +101,20 @@ Hardcode providers' names in metadata. .It Fl v Be more verbose. .El -.Sh EXIT STATUS -Exit status is 0 on success, and 1 if the command fails. .Sh EXAMPLES -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. +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. .Bd -literal -offset indent gshsec label -v secret /dev/ad0s1 /dev/da0 newfs /dev/shsec/secret .Ed .Pp -From now on, when the USB Pen drive is inserted, it will be automatically -detected and connected, making the secret available via the +From now on, when USB Pen drive will be inserted, it will be automatically +detected and connected making secret available via .Pa /dev/shsec/secret device. +.Sh DIAGNOSTICS +Exit status is 0 on success, and 1 if the command fails. .Sh SEE ALSO .Xr geom 4 , .Xr gbde 8 , |
