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=6129a777c2ff3b25189aa0e055ccb6c4537cb52a;hb=334d0069f5c5239a30329e370827cfe6f13de3ea;hpb=f9378423b9758861850748aeb49ae0d3300e56e6 diff --git a/man/sd_booted.xml b/man/sd_booted.xml index 6129a777c..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: @@ -114,8 +114,8 @@ See Also - sd_daemon7, - systemd8 + systemd1, + sd_daemon7