From 57df57c420da137a40265013f9f3bee604c94985 Mon Sep 17 00:00:00 2001 From: Marc Fonvieille <blackend@FreeBSD.org> Date: Sun, 4 May 2003 21:14:45 +0000 Subject: [PATCH] Move 's out from application tags and some punctuation fixes. --- en_US.ISO8859-1/books/handbook/disks/chapter.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml index 22cf05fb8f..9c0a2c7237 100644 --- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml @@ -2912,13 +2912,13 @@ Password:</screen> <para>A <application>gbde</application> partition must be 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> <para>&man.gbde.8; will open your editor, permitting you to set 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 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 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 passphrase that you choose. <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 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 from the user-supplied passphrase, see &man.gbde.4;.</para> </sect2>