X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_booted.xml;h=841ee1d47904bcc91a108c2a8750c051095842f9;hp=8d5606d79fb32336c5b9c634a1a6d35e606e22a2;hb=b24a167b6f0f9a44686736734e6d0cec07e1efa3;hpb=160cd5c9aa2301892e13950015de7968c764340d diff --git a/man/sd_booted.xml b/man/sd_booted.xml index 8d5606d79..841ee1d47 100644 --- a/man/sd_booted.xml +++ b/man/sd_booted.xml @@ -69,8 +69,8 @@ On failure, this call returns a negative errno-style error code. If the system was booted up - with systemd as init system this call returns a - postive return value, zero otherwise. + with systemd as init system, this call returns a + positive return value, zero otherwise. @@ -85,11 +85,11 @@ implementation. Internally, this function checks whether the - /cgroup/systemd virtual file + /sys/fs/cgroup/systemd virtual file system is mounted, by comparing the st_dev value of the stat() data of - /cgroup and - /cgroup/systemd. + /sys/fs/cgroup and + /sys/fs/cgroup/systemd. For details about the algorithm check the liberally licensed reference implementation sources: