diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-18 11:29:53 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-18 11:30:00 -0500 |
commit | bb51440fff2ef94e02ce512442292031c479040d (patch) | |
tree | f4aefdd80f075610ab2c676b295b84aa084ad76a | |
parent | 243b1941498ba1428cdf5e626f2e305953c96e30 (diff) | |
download | horizon-bb51440fff2ef94e02ce512442292031c479040d.tar.gz horizon-bb51440fff2ef94e02ce512442292031c479040d.tar.bz2 horizon-bb51440fff2ef94e02ce512442292031c479040d.tar.xz horizon-bb51440fff2ef94e02ce512442292031c479040d.zip |
script: 2: Fix typo in `fs`
-rw-r--r-- | devel/script/2_keys.xml | 2 |
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> — The ext2 file system, a non-journaled Linux filesystem.</para></listitem> <listitem><para><literal>ext3</literal> — The ext3 file system, a journaled Linux filesystem.</para></listitem> |