]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: s/time-out/timeout/g
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 22 May 2020 07:39:36 +0000 (09:39 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 26 May 2020 08:28:59 +0000 (10:28 +0200)
See 3f9a0a522f2029e9295ea5e9984259022be88413 for justification.

NEWS
docs/ENVIRONMENT.md
man/org.freedesktop.home1.xml
man/org.freedesktop.systemd1.xml
man/sd_bus_get_fd.xml
man/systemctl.xml
man/systemd.exec.xml
src/home/home-util.h
src/home/homework-luks.c
src/shared/nscd-flush.c
units/systemd-random-seed.service.in

diff --git a/NEWS b/NEWS
index 4c4e92b763574ef833949d9a2d1aecc71394becb..07e8a9925ae6b1841bc81afabb9162d2a3239cff 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -698,10 +698,10 @@ CHANGES WITH 243:
           the IO accounting data is included in the resource log message
           generated whenever a unit stops.
 
-        * Units may now configure an explicit time-out to wait for when killed
+        * Units may now configure an explicit timeout to wait for when killed
           with SIGABRT, for example when a service watchdog is hit. Previously,
-          the regular TimeoutStopSec= time-out was applied in this case too —
-          now a separate time-out may be set using TimeoutAbortSec=.
+          the regular TimeoutStopSec= timeout was applied in this case too —
+          now a separate timeout may be set using TimeoutAbortSec=.
 
         * Services may now send a special WATCHDOG=trigger message with
           sd_notify() to trigger an immediate "watchdog missed" event, and thus
@@ -731,7 +731,7 @@ CHANGES WITH 243:
 
         * If processes terminated during the last phase of shutdown do not exit
           quickly systemd will now show their names after a short time, to make
-          debugging easier. After a longer time-out they are forcibly killed,
+          debugging easier. After a longer timeout they are forcibly killed,
           as before.
 
         * journalctl (and the other tools that display logs) will now highlight
index fec40b1e9ca7528f796c2023137d120697e100c0..d6f5126ac2d1d35e03f4a0c3b34d37cc30eb8040 100644 (file)
@@ -145,7 +145,7 @@ systemd-udevd:
   boot loader menu through EFI a file `/run/systemd/reboot-to-boot-loader-menu`
   is created whenever this is requested. The file contains the requested boot
   loader menu timeout in µs, formatted in ASCII decimals, or zero in case no
-  time-out is requested. This file may be checked for by services run during
+  timeout is requested. This file may be checked for by services run during
   system shutdown in order to request the appropriate operation from the boot
   loader in an alternative fashion.
 
index e7d12a031e259249fd22ae6b4065ace91244b462..1b2c52af03950f7d7d02ed61f3eea3ba40e2f18c 100644 (file)
@@ -200,7 +200,7 @@ node /org/freedesktop/home1 {
       the returned error code, in case more credentials are necessary. This function is synchronous and
       returns only after the home directory was fully activated (or the operation failed), which might take
       some time. Clients must be prepared for that, and typically should extend the D-Bus method call
-      time-out accordingly. This method is equivalent to the <function>Activate()</function> method on the
+      timeout accordingly. This method is equivalent to the <function>Activate()</function> method on the
       <classname>org.freedesktop.home1.Home</classname> interface documented below, but may be called on the
       manager object and takes a user name as additional argument, instead.</para>
 
index 9a8b788982a0a6a06c95d00e390285515d1554c7..b6a643aaf1b2e66bc827f187d518482816fe025b 100644 (file)
@@ -3745,7 +3745,7 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice {
       <varname>ActiveState</varname> above). The following values are currently known:
       <literal>success</literal> is set if the unit didn't fail. <literal>resources</literal> indicates that
       not enough resources were available to fork off and execute the service
-      processes. <literal>timeout</literal> indicates that a time-out occurred while executing a service
+      processes. <literal>timeout</literal> indicates that a timeout occurred while executing a service
       operation. <literal>exit-code</literal> indicates that a service process exited with an unclean exit
       code. <literal>signal</literal> indicates that a service process exited with an uncaught
       signal. <literal>core-dump</literal> indicates that a service process exited uncleanly and dumped
index d9586f9003e27a7c26c5ea0dcc1b23792eede1a8..69261af93efa5c11e804c1c2340504a95884880f 100644 (file)
@@ -26,7 +26,7 @@
     <refname>sd_bus_get_events</refname>
     <refname>sd_bus_get_timeout</refname>
 
-    <refpurpose>Get the file descriptor, I/O events and time-out to wait for from a message bus
+    <refpurpose>Get the file descriptor, I/O events and timeout to wait for from a message bus
     object</refpurpose>
   </refnamediv>
 
     <constant>POLLIN</constant>, <constant>POLLOUT</constant>, … events, or negative on error.
     </para>
 
-    <para><function>sd_bus_get_timeout()</function> returns the time-out in µs to pass to to
+    <para><function>sd_bus_get_timeout()</function> returns the timeout in µs to pass to to
     <function>poll()</function> or a similar call when waiting for events on the specified bus
-    connection. The returned time-out may be zero, in which case a subsequent I/O polling call
+    connection. The returned timeout may be zero, in which case a subsequent I/O polling call
     should be invoked in non-blocking mode. The returned timeout may be
     <constant>UINT64_MAX</constant> in which case the I/O polling call may block indefinitely,
-    without any applied time-out. Note that the returned time-out should be considered only a
-    maximum sleeping time. It is permissible (and even expected) that shorter time-outs are used by
+    without any applied timeout. Note that the returned timeout should be considered only a
+    maximum sleeping time. It is permissible (and even expected) that shorter timeouts are used by
     the calling program, in case other event sources are polled in the same event loop. Note that
     the returned time-value is relative and specified in microseconds. When converting this value in
     order to pass it as third argument to <function>poll()</function> (which expects milliseconds),
@@ -93,7 +93,7 @@
     doesn't sleep for shorter than necessary, which might result in unintended busy looping
     (alternatively, use
     <citerefentry project='man-pages'><refentrytitle>ppoll</refentrytitle><manvolnum>3</manvolnum></citerefentry>
-    instead of plain <function>poll()</function>, which understands time-outs with nano-second
+    instead of plain <function>poll()</function>, which understands timeouts with nano-second
     granularity).</para>
 
     <para>These three functions are useful to hook up a bus connection object with an external or
     each invocation of the I/O polling call, all three functions should be invoked: the file
     descriptor returned by <function>sd_bus_get_fd()</function> should be polled for the events
     indicated by <function>sd_bus_get_events()</function>, and the I/O call should block for that up
-    to the time-out returned by <function>sd_bus_get_timeout()</function>. After each I/O polling
+    to the timeout returned by <function>sd_bus_get_timeout()</function>. After each I/O polling
     call the bus connection needs to process incoming or outgoing data, by invoking
     <citerefentry><refentrytitle>sd_bus_process</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
     </para>
index 36495cbd3352731fa6d9a51895d0f9dc8d8fe340..6dc7cd66f3528403cbb6258f283601ac1b60e20f 100644 (file)
@@ -2100,8 +2100,8 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err
 
         <listitem>
           <para>When used with the <command>reboot</command> command, indicate to the system's boot loader to show the
-          boot loader menu on the following boot. Takes a time value as parameter — indicating the menu time-out. Pass
-          zero in order to disable the menu time-out. Note that not all boot loaders support this
+          boot loader menu on the following boot. Takes a time value as parameter — indicating the menu timeout. Pass
+          zero in order to disable the menu timeout. Note that not all boot loaders support this
           functionality.</para>
         </listitem>
       </varlistentry>
index 8f57cc8bfb964fe31a7d34063f9acac2efe98c34..f5db55511fda50d40ee3e55f21eb5c30e5e20da9 100644 (file)
@@ -1098,8 +1098,8 @@ StateDirectory=aaa/bbb ccc</programlisting>
         clean …</command>, see
         <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> for
         details. Takes the usual time values and defaults to <constant>infinity</constant>, i.e. by default
-        no time-out is applied. If a time-out is configured the clean operation will be aborted forcibly when
-        the time-out is reached, potentially leaving resources on disk.</para></listitem>
+        no timeout is applied. If a timeout is configured the clean operation will be aborted forcibly when
+        the timeout is reached, potentially leaving resources on disk.</para></listitem>
       </varlistentry>
 
       <varlistentry>
index 78d6e7b41768340b840d2f30ec3d978e2711b342..6161d4c3d06da2f6ade7533f483dd1d4c40d0b54 100644 (file)
@@ -19,7 +19,7 @@ int split_user_name_realm(const char *t, char **ret_user_name, char **ret_realm)
 int bus_message_append_secret(sd_bus_message *m, UserRecord *secret);
 
 /* Many of our operations might be slow due to crypto, fsck, recursive chown() and so on. For these
- * operations permit a *very* long time-out */
+ * operations permit a *very* long timeout */
 #define HOME_SLOW_BUS_CALL_TIMEOUT_USEC (2*USEC_PER_MINUTE)
 
 int test_password_one(const char *hashed_password, const char *password);
index e9b2fc0c0da00ea9ab6c0b7dda7a825a4247fafc..2a782e34bc20b8c567300e4f897cf7392f861eb1 100644 (file)
@@ -1718,7 +1718,7 @@ static int wait_for_devlink(const char *path) {
         usec_t until;
         int r;
 
-        /* let's wait for a device link to show up in /dev, with a time-out. This is good to do since we
+        /* let's wait for a device link to show up in /dev, with a timeout. This is good to do since we
          * return a /dev/disk/by-uuid/… link to our callers and they likely want to access it right-away,
          * hence let's wait until udev has caught up with our changes, and wait for the symlink to be
          * created. */
index 33a06a010c43bcc80f09bf65eb07f5a10b3008f5..10fdbaf326d06f24bd80e89a024efd1a6f34a270 100644 (file)
@@ -134,7 +134,7 @@ int nscd_flush_cache(char **databases) {
         int r = 0;
         char **i;
 
-        /* Tries to invalidate the specified database in nscd. We do this carefully, with a 5s time-out, so that we
+        /* Tries to invalidate the specified database in nscd. We do this carefully, with a 5s timeout, so that we
          * don't block indefinitely on another service. */
 
         end = usec_add(now(CLOCK_MONOTONIC), NSCD_FLUSH_CACHE_TIMEOUT_USEC);
index c64e8a909137ab75f3e74cf3ce67363992219cae..f97f99a966aa6edec4316438313d6893ce1dbf62 100644 (file)
@@ -26,5 +26,5 @@ ExecStop=@rootlibexecdir@/systemd-random-seed save
 # This service waits until the kernel's entropy pool is initialized, and may be
 # used as ordering barrier for service that require an initialized entropy
 # pool. Since initialization can take a while on entropy-starved systems, let's
-# increase the time-out substantially here.
+# increase the timeout substantially here.
 TimeoutSec=10min