diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-27 22:29:29 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-27 22:30:50 +0200 |
commit | ecb963cc40a0270a357c2640d368b3116e0f56b6 (patch) | |
tree | 59a80e2ac51a0caf266aa8c9202d473aec2ae731 /man | |
parent | 0ecb94275390d6b0dfd1a79a28d7ede8b8e2b019 (diff) |
def: lower default timeout to 90s
Almost everybody found 3min too long, so lower it again
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-ask-password.xml | 2 | ||||
-rw-r--r-- | man/systemd.mount.xml | 2 | ||||
-rw-r--r-- | man/systemd.service.xml | 2 | ||||
-rw-r--r-- | man/systemd.socket.xml | 2 | ||||
-rw-r--r-- | man/systemd.swap.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/man/systemd-ask-password.xml b/man/systemd-ask-password.xml index 50aec3403a..6d142230d0 100644 --- a/man/systemd-ask-password.xml +++ b/man/systemd-ask-password.xml @@ -129,7 +129,7 @@ <listitem><para>Specify the query timeout in seconds. Defaults to - 3min.</para></listitem> + 90s.</para></listitem> </varlistentry> <varlistentry> diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 40d236b266..d397c896da 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -212,7 +212,7 @@ a time span value such as "5min 20s". Pass 0 to disable the timeout logic. Defaults to - 3min.</para></listitem> + 90s.</para></listitem> </varlistentry> <varlistentry> diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 335169a397..4f1102021f 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -448,7 +448,7 @@ time span value such as "5min 20s". Pass 0 to disable the timeout logic. Defaults to - 3min.</para></listitem> + 90s.</para></listitem> </varlistentry> <varlistentry> diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index d651c14486..3ea3154db2 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -541,7 +541,7 @@ a time span value such as "5min 20s". Pass 0 to disable the timeout logic. Defaults to - 3min.</para></listitem> + 90s.</para></listitem> </varlistentry> <varlistentry> diff --git a/man/systemd.swap.xml b/man/systemd.swap.xml index 3277ddbd4e..954e94412f 100644 --- a/man/systemd.swap.xml +++ b/man/systemd.swap.xml @@ -166,7 +166,7 @@ a time span value such as "5min 20s". Pass 0 to disable the timeout logic. Defaults to - 3min.</para></listitem> + 90s.</para></listitem> </varlistentry> <varlistentry> |