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.
This commit is contained in:
Tom Gundersen 2013-01-23 01:02:14 +01:00
parent 2813720202
commit c93350728e
2 changed files with 4 additions and 2 deletions

View File

@ -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>

View File

@ -129,7 +129,8 @@
<listitem><para>Specify the query
timeout in seconds. Defaults to
90s.</para></listitem>
90s. A timeout of 0 waits indefinitely.
</para></listitem>
</varlistentry>
<varlistentry>