diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2016-08-29 11:02:36 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2016-08-29 11:02:36 +0900 |
commit | 871583be952ccf7d19c0c3e489d94a4330a77a7c (patch) | |
tree | ba637d5aa623a8825b9c7500c312ee5421c586c1 /man | |
parent | 2551d797f36975e75761cb9c3974edd7986325a1 (diff) |
man: systemd.mount: DefaultTimeoutStart -> DefaultTimeoutStartSec
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.mount.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index fa17f22dc3..bfdb3ce315 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -386,7 +386,7 @@ Takes a unit-less value in seconds, or a time span value such as "5min 20s". Pass 0 to disable the timeout logic. The default value is set from the manager configuration file's - <varname>DefaultTimeoutStart=</varname> + <varname>DefaultTimeoutStartSec=</varname> variable.</para></listitem> </varlistentry> </variablelist> |