diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml
index c2ee507519..9050eeb5e2 100644
--- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml
@@ -3566,7 +3566,7 @@ Password:
initialized before it can be used. This initialization needs to
be performed only once:
- &prompt.root; gbde init /dev/ad4s1c -i -L /etc/gbde/ad4s1c
+ &prompt.root; gbde init /dev/ad4s1c -i -L /etc/gbde/ad4s1c.lock
&man.gbde.8; will open your editor, permitting you to set
various configuration options in a template. For use with UFS1
@@ -3598,7 +3598,11 @@ sector_size = 2048
The gbde init command creates a lock
file for your gbde partition that in
this example is stored as
- /etc/gbde/ad4s1c.
+ /etc/gbde/ad4s1c.lock.
+ gbde lock files must end in
+ .lock
in order to be correctly detected by
+ the gbde
+ /etc/rc.d/gbde start up script.
gbde lock files
@@ -3616,7 +3620,7 @@ sector_size = 2048
Attach the Encrypted Partition to the Kernel
- &prompt.root; gbde attach /dev/ad4s1c -l /etc/gbde/ad4s1c
+ &prompt.root; gbde attach /dev/ad4s1c -l /etc/gbde/ad4s1c.lock
You will be asked to provide the passphrase that you
selected during the initialization of the encrypted partition.
@@ -3693,7 +3697,7 @@ Filesystem Size Used Avail Capacity Mounted on
Attach the gbde Partition to the Kernel
- &prompt.root; gbde attach /dev/ad4s1c -l /etc/gbde/ad4s1c
+ &prompt.root; gbde attach /dev/ad4s1c -l /etc/gbde/ad4s1c.lock
You will be asked to provide the passphrase that you
selected during initialization of the encrypted
@@ -3734,7 +3738,8 @@ Filesystem Size Used Avail Capacity Mounted on
&man.rc.conf.5;, for example:
gbde_autoattach_all="YES"
-gbde_devices="ad4s1c"
+gbde_devices="ad4s1c"
+gbde_lockdir="/etc/gbde"
This will require that the gbde
passphrase be entered at boot time. After typing the correct