]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: spell "lifecycle" without hyphen everywhere
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 21 Feb 2019 06:45:45 +0000 (07:45 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 14 Mar 2019 21:47:44 +0000 (22:47 +0100)
We had 10 instances of unhyphentated spelling, and 4 of the hyphenated one.
Consistency trumps ispell.

NEWS
man/systemd.exec.xml

diff --git a/NEWS b/NEWS
index 305bdf9f1075a4ea79c188699a9bfae4f6f82f61..0bb8e439b76784664b1118ff58ec236e05e05706 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5748,7 +5748,7 @@ CHANGES WITH 214:
         * Socket units gained a new Symlinks= setting. It takes a list
           of symlinks to create to file system sockets or FIFOs
           created by the specific Unix sockets. This is useful to
-          manage symlinks to socket nodes with the same life-cycle as
+          manage symlinks to socket nodes with the same lifecycle as
           the socket itself.
 
         * The /dev/log socket and /dev/initctl FIFO have been moved to
@@ -6056,7 +6056,7 @@ CHANGES WITH 212:
           users who are logged out cannot continue to consume IPC
           resources. This covers SysV memory, semaphores and message
           queues as well as POSIX shared memory and message
-          queues. Traditionally, SysV and POSIX IPC had no life-cycle
+          queues. Traditionally, SysV and POSIX IPC had no lifecycle
           limits. With this functionality, that is corrected. This may
           be turned off by using the RemoveIPC= switch of logind.conf.
 
@@ -6206,7 +6206,7 @@ CHANGES WITH 211:
           systemd-networkd.
 
         * The sd-bus.h bus API gained a new sd_bus_track object for
-          tracking the life-cycle of bus peers. Note that sd-bus.h is
+          tracking the lifecycle of bus peers. Note that sd-bus.h is
           still not a public API though (unless you specify
           --enable-kdbus on the configure command line, which however
           voids your warranty and you get no API stability guarantee).
index 0b522b43a558dd8be6fd164e3efbdea19f861674..8cbc4bb93f9f5fc61646f0128e8a2b47aa6637cd 100644 (file)
         to directories outside of these explicitly configured and managed ones. Specifically, do not use
         <varname>BindPaths=</varname> and be careful with <constant>AF_UNIX</constant> file descriptor
         passing for directory file descriptors, as this would permit processes to create files or directories
-        owned by the dynamic user/group that are not subject to the life-cycle and access guarantees of the
+        owned by the dynamic user/group that are not subject to the lifecycle and access guarantees of the
         service. Defaults to off.</para></listitem>
       </varlistentry>