aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-12-14 08:26:46 +0100
committerLennart Poettering <lennart@poettering.net>2018-12-14 11:17:52 +0100
commit3f9a0a522f2029e9295ea5e9984259022be88413 (patch)
treeb6b2a8ee8c96940952015f88c7721458dea503f8 /NEWS
parentin-addr-util: fix undefined result for in4_addr_netmask_to_prefixlen(<0.0.0.0>) (diff)
downloadsystemd-3f9a0a522f2029e9295ea5e9984259022be88413.tar.gz
systemd-3f9a0a522f2029e9295ea5e9984259022be88413.tar.bz2
systemd-3f9a0a522f2029e9295ea5e9984259022be88413.zip
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 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4c32d8613..2430fa115 100644
--- a/NEWS
+++ b/NEWS
@@ -541,7 +541,7 @@ CHANGES WITH 239:
Debian and FreeBSD resolvconf tool.
* Support for suspend-then-hibernate has been added, i.e. a sleep mode
- where the system initially suspends, and after a time-out resumes and
+ where the system initially suspends, and after a timeout resumes and
hibernates again.
* networkd's ClientIdentifier= now accepts a new option "duid-only". If
@@ -4845,7 +4845,7 @@ CHANGES WITH 217:
/run/systemd/user directory that was already previously
supported, but is under the control of the user.
- * Job timeouts (i.e. time-outs on the time a job that is
+ * Job timeouts (i.e. timeouts on the time a job that is
queued stays in the run queue) can now optionally result in
immediate reboot or power-off actions (JobTimeoutAction= and
JobTimeoutRebootArgument=). This is useful on ".target"