Move 's out from application tags and some punctuation fixes.
This commit is contained in:
parent
414c99ad10
commit
57df57c420
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16791
1 changed files with 4 additions and 4 deletions
|
@ -2912,13 +2912,13 @@ Password:</screen>
|
||||||
|
|
||||||
<para>A <application>gbde</application> partition must be
|
<para>A <application>gbde</application> partition must be
|
||||||
initialized before it can be used. This initialization needs to
|
initialized before it can be used. This initialization needs to
|
||||||
be performed only once.</para>
|
be performed only once:</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>gbde init /dev/ad4s1c -i -L /etc/gbde/ad4s1c</userinput></screen>
|
<screen>&prompt.root; <userinput>gbde init /dev/ad4s1c -i -L /etc/gbde/ad4s1c</userinput></screen>
|
||||||
|
|
||||||
<para>&man.gbde.8; will open your editor, permitting you to set
|
<para>&man.gbde.8; will open your editor, permitting you to set
|
||||||
various configuration options in a template. For use with UFS1
|
various configuration options in a template. For use with UFS1
|
||||||
or UFS2, set the sector_size to 2048.</para>
|
or UFS2, set the sector_size to 2048:</para>
|
||||||
|
|
||||||
<programlisting>$<!-- This is not the space you are looking
|
<programlisting>$<!-- This is not the space you are looking
|
||||||
for-->FreeBSD: src/sbin/gbde/template.txt,v 1.1 2002/10/20 11:16:13 phk Exp $
|
for-->FreeBSD: src/sbin/gbde/template.txt,v 1.1 2002/10/20 11:16:13 phk Exp $
|
||||||
|
@ -2934,7 +2934,7 @@ sector_size = 2048
|
||||||
|
|
||||||
<para>&man.gbde.8; will ask you twice to type the passphrase that
|
<para>&man.gbde.8; will ask you twice to type the passphrase that
|
||||||
should be used to secure the data. The passphrase must be the
|
should be used to secure the data. The passphrase must be the
|
||||||
same both times. <application>gbde's</application> ability to
|
same both times. <application>gbde</application>'s ability to
|
||||||
protect your data depends entirely on the quality of the
|
protect your data depends entirely on the quality of the
|
||||||
passphrase that you choose.
|
passphrase that you choose.
|
||||||
<footnote>
|
<footnote>
|
||||||
|
@ -3086,7 +3086,7 @@ Filesystem Size Used Avail Capacity Mounted on
|
||||||
|
|
||||||
<para>&man.gbde.8; encrypts the sector payload using 128-bit AES in
|
<para>&man.gbde.8; encrypts the sector payload using 128-bit AES in
|
||||||
CBC mode. Each sector on the disk is encrypted with a different
|
CBC mode. Each sector on the disk is encrypted with a different
|
||||||
AES key. For more information on <application>gbde's</application>
|
AES key. For more information on <application>gbde</application>'s
|
||||||
cryptographic design, including how the sector keys are derived
|
cryptographic design, including how the sector keys are derived
|
||||||
from the user-supplied passphrase, see &man.gbde.4;.</para>
|
from the user-supplied passphrase, see &man.gbde.4;.</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
Loading…
Reference in a new issue