diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-04-04 11:40:58 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-04-04 11:40:58 +0000 |
commit | a6684b43062403c9583d50fde9835bdceb1826a1 (patch) | |
tree | c357d55ff8cfb229e20fd8298774a9d5b9eb3573 /el_GR.ISO8859-7/books/handbook/disks/chapter.xml | |
parent | 843e63283ce72f1d48c25874b5efff8def89e051 (diff) | |
download | doc-a6684b43062403c9583d50fde9835bdceb1826a1.tar.gz doc-a6684b43062403c9583d50fde9835bdceb1826a1.zip |
- Reduce the misuse of role attribute; role="directory" should actually be
class="directory"
- Add constraint to enforce this
Notes
Notes:
svn path=/projects/xml-tools/; revision=41366
Diffstat (limited to 'el_GR.ISO8859-7/books/handbook/disks/chapter.xml')
-rw-r--r-- | el_GR.ISO8859-7/books/handbook/disks/chapter.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/el_GR.ISO8859-7/books/handbook/disks/chapter.xml b/el_GR.ISO8859-7/books/handbook/disks/chapter.xml index 59427fc440..05a30a92d1 100644 --- a/el_GR.ISO8859-7/books/handbook/disks/chapter.xml +++ b/el_GR.ISO8859-7/books/handbook/disks/chapter.xml @@ -3898,7 +3898,7 @@ device crypto</screen> <para>The following example will describe how to generate a key file, which will be used as part of the Master Key for the encrypted provider mounted under - <filename role="directory">/private</filename>. The key + <filename class="directory">/private</filename>. The key file will provide some random data used to encrypt the Master Key. The Master Key will be protected by a passphrase as well. Provider's sector size will be 4kB big. @@ -3970,7 +3970,7 @@ Filesystem Size Used Avail Capacity Mounted on <title>Unmounting and Detaching the Provider</title> <para>Once the work on the encrypted partition is done, and - the <filename role="directory">/private</filename> partition + the <filename class="directory">/private</filename> partition is no longer needed, it is prudent to consider unmounting and detaching the <command>geli</command> encrypted partition from the kernel.</para> |