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=4d7473367edb53355c7da6e54d5b319970449dfe;hb=a3c159a23c7cae889f89ed69bbe82c272bf163ca;hpb=436c44a5d64ef136ead64e9b03c8c05cc573a61b diff --git a/man/sd_booted.xml b/man/sd_booted.xml index 4d7473367..841ee1d47 100644 --- a/man/sd_booted.xml +++ b/man/sd_booted.xml @@ -69,7 +69,7 @@ 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 + 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: