diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/sd_booted.xml | 6 | ||||
-rw-r--r-- | man/systemd-cgls.xml | 2 | ||||
-rw-r--r-- | man/systemd.xml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/man/sd_booted.xml b/man/sd_booted.xml index 15cd6ce4f7..841ee1d479 100644 --- a/man/sd_booted.xml +++ b/man/sd_booted.xml @@ -85,11 +85,11 @@ implementation.</para> <para>Internally, this function checks whether the - <filename>/cgroup/systemd</filename> virtual file + <filename>/sys/fs/cgroup/systemd</filename> virtual file system is mounted, by comparing the st_dev value of the <function>stat()</function> data of - <filename>/cgroup</filename> and - <filename>/cgroup/systemd</filename>.</para> + <filename>/sys/fs/cgroup</filename> and + <filename>/sys/fs/cgroup/systemd</filename>.</para> <para>For details about the algorithm check the liberally licensed reference implementation sources: diff --git a/man/systemd-cgls.xml b/man/systemd-cgls.xml index da3e0cac73..8546e39433 100644 --- a/man/systemd-cgls.xml +++ b/man/systemd-cgls.xml @@ -65,7 +65,7 @@ file paths or are assumed in the systemd control group hierarchy. If no argument is specified and the current working directory is beneath the control group mount - point <filename>/cgroup</filename> shows the contents + point <filename>/sys/fs/cgroup</filename> shows the contents of the control group the working directory refers to. Otherwise the full systemd control group hierarchy is shown.</para> diff --git a/man/systemd.xml b/man/systemd.xml index 6edce4996a..edd824d31d 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -388,7 +388,7 @@ track of processes. Control group information is maintained in the kernel, and is accessible via the file system hierarchy (beneath - <filename>/cgroup/systemd/</filename>), or in tools + <filename>/sys/fs/cgroup/systemd/</filename>), or in tools such as <citerefentry><refentrytitle>ps</refentrytitle><manvolnum>1</manvolnum></citerefentry> (<command>ps xawf -eo pid,user,cgroup,args</command> |