diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-12-14 08:26:46 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-12-14 11:17:52 +0100 |
commit | 3f9a0a522f2029e9295ea5e9984259022be88413 (patch) | |
tree | b6b2a8ee8c96940952015f88c7721458dea503f8 /man/systemd-boot.xml | |
parent | 1a359852641119db951da03bf9c67f9dc34d6257 (diff) | |
download | systemd-3f9a0a522f2029e9295ea5e9984259022be88413.tar.gz |
tree-wide: s/time-out/timeout/g
From WordNet (r) 3.0 (2006) [wn]:
time-out
n 1: a brief suspension of play; "each team has two time-outs left"
From The Free On-line Dictionary of Computing (18 March 2015) [foldoc]:
timeout
A period of time after which an error condition is raised if
some event has not occured. A common example is sending a
message. If the receiver does not acknowledge the message
within some preset timeout period, a transmission error is
assumed to have occured.
Diffstat (limited to 'man/systemd-boot.xml')
-rw-r--r-- | man/systemd-boot.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index e78420dd0d..44b0f61f22 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -256,7 +256,7 @@ <varlistentry> <term><varname>LoaderConfigTimeout</varname></term> <term><varname>LoaderConfigTimeoutOneShot</varname></term> - <listitem><para>The menu time-out in seconds. Read by the boot loader. <varname>LoaderConfigTimeout</varname> + <listitem><para>The menu timeout in seconds. Read by the boot loader. <varname>LoaderConfigTimeout</varname> is maintained persistently, while <varname>LoaderConfigTimeoutOneShot</varname> is a one-time override which is read once (in which case it takes precedence over <varname>LoaderConfigTimeout</varname>) and then removed. <varname>LoaderConfigTimeout</varname> may be manipulated with the |