diff options
author | Daniel Mack <daniel@zonque.org> | 2015-09-07 13:06:53 +0200 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2015-09-07 13:06:53 +0200 |
commit | c626bf1d306735a2442800c03ec10cf55442af55 (patch) | |
tree | 3a1d22fa28798c62aa2c97d6d683ddc213dff72e /NEWS | |
parent | 47f5a38cdf98a220d6a0d4eb11a710a0a42ae5c4 (diff) |
NEWS: fix typos
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -87,8 +87,8 @@ CHANGES WITH 226: * systemd-nspawn's --bind= and --bind-ro= options have been extended to allow creation of non-recursive bind mounts. - * libsystemd gained two new calls sd_pid_get_cgroup() an - sd_peer_get_cgroup() which returns the control group path of + * libsystemd gained two new calls sd_pid_get_cgroup() and + sd_peer_get_cgroup() which return the control group path of a process or peer of a connected AF_UNIX socket. This function call is particularly useful when implementing delegated subtrees support in the control group hierarchy. |