X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemctl.xml;h=64f2edf64a97b7640ddea3f21792678d90c5ecd3;hp=dd0ff786ece1b8a3ae591274a1fabfd4ba0bcc59;hb=d0d6944cdc17295b17875054ac05e667fe496fed;hpb=5430f7f2bc7330f3088b894166bf3524a067e3d8 diff --git a/man/systemctl.xml b/man/systemctl.xml index dd0ff786e..64f2edf64 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -200,17 +200,17 @@ - Do not print a legend, i.e. + Do not print a legend, i.e. the column headers and the footer with hints. - - + + - Do not pipe output into a - pager. - + Do not pipe output into a + pager. + @@ -343,7 +343,7 @@ When used with - enable, override any + enable, overwrite any existing conflicting symlinks. @@ -632,7 +632,15 @@ looking for formatted human-readable output. + + help [NAME...|PID...] + Show manual pages for + one or more units, if available. If a + PID is passed the manual pages for the + unit the process of the PID belongs to + is shown. + reset-failed [NAME...] @@ -754,7 +762,7 @@ command does not implicitly stop the units that is being disabled. If this is desired an additional - stopcommand should + stop command should be executed afterwards. This command will print the @@ -1149,6 +1157,43 @@ option) and will fail otherwise. + + suspend + + Suspend the system. + + + hibernate + + Hibernate the system. + + + switch-root [ROOT] [INIT] + + Switches to a + different root directory and executes + a new system manager process below + it. This is intended for usage in + initial RAM disks ("initrd"), and will + transition from the initrd's system + manager process (a.k.a "init" process) + to the main system manager + process. Takes two arguments: the + directory to make the new root + directory, and the path to the new + system manager binary below it to + execute as PID 1. If the latter is + ommitted or the empty string, a + systemd binary will automatically be + searched for and used as init. If the + system manager path is ommitted or + equal the empty string the state of + the initrd's system manager process is + passed to the main system manager, + which allows later introspection of the + state of the services involved in the + initrd boot. +