summaryrefslogtreecommitdiffstats
path: root/sbin/gbde
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2013-10-01 18:41:53 +0000
committerpluknet <pluknet@FreeBSD.org>2013-10-01 18:41:53 +0000
commit3f9b2596429813d2d1d8d1b5805610f7d711624c (patch)
tree58b776bc1a14ec62a078610d97face029666c813 /sbin/gbde
parenta5307f0fc06ca7672da4f4adb633e0c358e1af2a (diff)
downloadFreeBSD-src-3f9b2596429813d2d1d8d1b5805610f7d711624c.zip
FreeBSD-src-3f9b2596429813d2d1d8d1b5805610f7d711624c.tar.gz
Sweep man pages replacing ad -> ada.
Approved by: re (blackend) MFC after: 1 week X-MFC note: stable/9 only
Diffstat (limited to 'sbin/gbde')
-rw-r--r--sbin/gbde/gbde.816
1 files changed, 8 insertions, 8 deletions
diff --git a/sbin/gbde/gbde.8 b/sbin/gbde/gbde.8
index 96bbb60..efd3156 100644
--- a/sbin/gbde/gbde.8
+++ b/sbin/gbde/gbde.8
@@ -31,7 +31,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 8, 2006
+.Dd October 1, 2013
.Dt GBDE 8
.Os
.Sh NAME
@@ -207,23 +207,23 @@ used).
.Sh EXAMPLES
To initialize a device, using default parameters:
.Pp
-.Dl "gbde init /dev/ad0s1f -L /etc/ad0s1f.lock"
+.Dl "gbde init /dev/ada0s1f -L /etc/ada0s1f.lock"
.Pp
To attach an encrypted device:
.Pp
-.Dl "gbde attach ad0s1f -l /etc/ad0s1f.lock"
+.Dl "gbde attach ada0s1f -l /etc/ada0s1f.lock"
.Pp
The encrypted device has the suffix
.Pa .bde
so a typical
command to create and mount a file system would be:
.Pp
-.Dl "newfs /dev/ad0s1f.bde"
-.Dl "mount /dev/ad0s1f.bde /secret"
+.Dl "newfs /dev/ada0s1f.bde"
+.Dl "mount /dev/ada0s1f.bde /secret"
.Pp
To detach an encrypted device:
.Pp
-.Dl "gbde detach ad0s1f"
+.Dl "gbde detach ada0s1f"
.Pp
Please notice that detaching an encrypted device corresponds to
physically removing it, do not forget to unmount the file system first.
@@ -231,11 +231,11 @@ physically removing it, do not forget to unmount the file system first.
To initialize the second key using a detached lockfile and a trivial
pass-phrase:
.Pp
-.Dl "gbde setkey ad0s1f -n 2 -P foo -L key2.lockfile"
+.Dl "gbde setkey ada0s1f -n 2 -P foo -L key2.lockfile"
.Pp
To destroy all copies of the masterkey:
.Pp
-.Dl "gbde destroy ad0s1f -n -1"
+.Dl "gbde destroy ada0s1f -n -1"
.Sh SEE ALSO
.Xr gbde 4 ,
.Xr geom 4
OpenPOWER on IntegriCloud