summaryrefslogtreecommitdiff
path: root/devel/script/2_keys.xml
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-18 11:29:53 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-18 11:30:00 -0500
commitbb51440fff2ef94e02ce512442292031c479040d (patch)
treef4aefdd80f075610ab2c676b295b84aa084ad76a /devel/script/2_keys.xml
parent243b1941498ba1428cdf5e626f2e305953c96e30 (diff)
downloadhorizon-bb51440fff2ef94e02ce512442292031c479040d.tar.gz
horizon-bb51440fff2ef94e02ce512442292031c479040d.tar.bz2
horizon-bb51440fff2ef94e02ce512442292031c479040d.tar.xz
horizon-bb51440fff2ef94e02ce512442292031c479040d.zip
script: 2: Fix typo in `fs`
Diffstat (limited to 'devel/script/2_keys.xml')
-rw-r--r--devel/script/2_keys.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/script/2_keys.xml b/devel/script/2_keys.xml
index c26b334..59f5c8a 100644
--- a/devel/script/2_keys.xml
+++ b/devel/script/2_keys.xml
@@ -967,7 +967,7 @@ encrypt /dev/elaine/home oh. so. secret.
</formalpara>
<formalpara id="fs.format">
<title>Format</title>
- <para>The <literal>fs</literal> key is a space-separated tuple of two string elements: a path to a valid block device, the type of file system to use Valid file systems are:
+ <para>The <literal>fs</literal> key is a space-separated tuple of two string elements: a path to a valid block device, and the type of file system to use. Valid file systems are:
<orderedlist id="fs.format.fses">
<listitem><para><literal>ext2</literal> &mdash; The ext2 file system, a non-journaled Linux filesystem.</para></listitem>
<listitem><para><literal>ext3</literal> &mdash; The ext3 file system, a journaled Linux filesystem.</para></listitem>