diff options
author | Tom Gundersen <teg@jklm.no> | 2013-01-23 01:02:14 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-01-23 01:08:48 +0100 |
commit | c93350728e822c3da7522664cf0a0e0ee10509fa (patch) | |
tree | 371b23ff6932f5743bd402609481cd2390a798b5 /man/crypttab.xml | |
parent | 28137202027b07fec5c270c1b1ef12ebaf35d58d (diff) | |
download | systemd-c93350728e822c3da7522664cf0a0e0ee10509fa.tar.gz |
man: clearify the meaning of timeout=0 for password agents
The fact that timeout=0 makes password agents wait indefinitely is documented
in http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents. Document
it also in the relevant man pages.
Diffstat (limited to 'man/crypttab.xml')
-rw-r--r-- | man/crypttab.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/crypttab.xml b/man/crypttab.xml index 2a839944dc..acc702961d 100644 --- a/man/crypttab.xml +++ b/man/crypttab.xml @@ -220,7 +220,8 @@ for querying for a password. If no unit is specified seconds is used. Supported units are s, ms, - us, min, h, d.</para></listitem> + us, min, h, d. A timeout of 0 waits + indefinitely.</para></listitem> </varlistentry> <varlistentry> |