diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-07-17 22:03:17 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-07-17 22:03:24 +0200 |
commit | b2a1a5c76c4590d40180b17d6b7228d6c9f11938 (patch) | |
tree | 04fa3a56371c7577f84fc7a28dfdc02620d9876d /man | |
parent | Fix spelling (#6378) (diff) | |
download | systemd-b2a1a5c76c4590d40180b17d6b7228d6c9f11938.tar.xz systemd-b2a1a5c76c4590d40180b17d6b7228d6c9f11938.zip |
man: make crypttab(5) a bit easier to read
Diffstat (limited to 'man')
-rw-r--r-- | man/crypttab.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/crypttab.xml b/man/crypttab.xml index 17976f3704..49896a45ba 100644 --- a/man/crypttab.xml +++ b/man/crypttab.xml @@ -70,7 +70,10 @@ <para>Empty lines and lines starting with the <literal>#</literal> character are ignored. Each of the remaining lines describes one encrypted block device, fields on the line are delimited by white - space. The first two fields are mandatory, the remaining two are + space.</para> + + <para>Each line is in the form<programlisting><replaceable>name</replaceable> <replaceable>encrypted-device</replaceable> <replaceable>password</replaceable> <replaceable>options</replaceable></programlisting> + The first two fields are mandatory, the remaining two are optional.</para> <para>Setting up encrypted block devices using this file supports |