diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-04-18 02:21:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-04-18 02:21:01 +0200 |
commit | 8b95c916386eff949d5a8abadf82cda09799794f (patch) | |
tree | d458d3cb3b9b575116932d1729771e873a6f81fd | |
parent | 49714341c3f815118f8a51136aa9857bab7144c2 (diff) |
man: document that timeout=0 is the default for entries in crypttab
-rw-r--r-- | man/crypttab.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/crypttab.xml b/man/crypttab.xml index a94163b4b2..deb577b9de 100644 --- a/man/crypttab.xml +++ b/man/crypttab.xml @@ -219,9 +219,10 @@ <listitem><para>Specify the timeout for querying for a password. If no unit is specified seconds is used. - Supported units are s, ms, - us, min, h, d. A timeout of 0 waits - indefinitely.</para></listitem> + Supported units are s, ms, us, min, h, + d. A timeout of 0 waits indefinitely + (which is the + default).</para></listitem> </varlistentry> <varlistentry> |