diff --git a/NEWS b/NEWS index 305bdf9f10..0bb8e439b7 100644 --- 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). diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 0b522b43a5..8cbc4bb93f 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -266,7 +266,7 @@ to directories outside of these explicitly configured and managed ones. Specifically, do not use BindPaths= and be careful with AF_UNIX 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.