X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemctl.xml;h=430e16c327b77d83fa522c57ea26129f737328ce;hb=99504dd4c13af7516a976fffc0f68e6f26d3faac;hp=2739df69d42d805fec304f34cd224cda57f113ee;hpb=afba41995de65d8f378b138ea6d9804be32625a3;p=elogind.git diff --git a/man/systemctl.xml b/man/systemctl.xml index 2739df69d..430e16c32 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -122,7 +122,7 @@ along with systemd; If not, see . show command, limit display to certain properties as specified as argument. If not specified all set properties are shown. The argument should be a - comma-seperated list of property names, such as + comma-separated list of property names, such as MainPID. If specified more than once all properties with the specified names are shown. @@ -493,6 +493,15 @@ along with systemd; If not, see . + + + + + When used with list-dependencies + the output is printed as a list instead of a tree. + + + @@ -988,6 +997,24 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service + + get-default + + + Get the default target specified + via default.target link. + + + + + set-default NAME + + + Set the default target to boot into. Command links + default.target to the given unit. + + + load NAME...