]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
news: fix typo
authorJörg Behrmann <behrmann@physik.fu-berlin.de>
Thu, 10 Jul 2025 07:52:42 +0000 (09:52 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 10 Jul 2025 08:23:28 +0000 (10:23 +0200)
NEWS

diff --git a/NEWS b/NEWS
index a24058719007d44817e38062f30dc3c27a89240c..2af46a61e0588b13ff59fe1aa745de12540a60e3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -338,7 +338,7 @@ CHANGES WITH 258 in spe:
           per-unit quota of the indicated per-unit directories. This is
           implemented via project quota, as supported by xfs and ext4. This
           does not support btrfs, currently. If quota accounting is enabled
-          this information is shown in the usual "systemct status" output.
+          this information is shown in the usual "systemctl status" output.
 
         * The service manager gained a new KillUnitSubgroup() syscall which may
           be used to send a signal to a sub-control group of the unit's control
@@ -1208,7 +1208,7 @@ CHANGES WITH 258 in spe:
           when invoking transient units.
 
         * systemd-analyze gained a new "unit-shell" verb that invokes an
-          interactive shell inside the processes namespaces of the main process
+          interactive shell inside the namespaces of the main process
           of a specified unit. This is useful for debugging unit sandboxes, and
           getting an idea how things look like from the "inside" of a service.