NEWS: fix typos

This commit is contained in:
Daniel Mack 2015-09-07 13:06:53 +02:00
parent 47f5a38cdf
commit c626bf1d30

4
NEWS
View file

@ -87,8 +87,8 @@ CHANGES WITH 226:
* systemd-nspawn's --bind= and --bind-ro= options have been * systemd-nspawn's --bind= and --bind-ro= options have been
extended to allow creation of non-recursive bind mounts. extended to allow creation of non-recursive bind mounts.
* libsystemd gained two new calls sd_pid_get_cgroup() an * libsystemd gained two new calls sd_pid_get_cgroup() and
sd_peer_get_cgroup() which returns the control group path of sd_peer_get_cgroup() which return the control group path of
a process or peer of a connected AF_UNIX socket. This a process or peer of a connected AF_UNIX socket. This
function call is particularly useful when implementing function call is particularly useful when implementing
delegated subtrees support in the control group hierarchy. delegated subtrees support in the control group hierarchy.