From 59cddb23385b583ae8a9db9d2b10e211ab48495e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 22 Oct 2010 16:32:29 +0200 Subject: [PATCH] man: numerous updates to document updated systemctl behaviour --- man/systemctl.xml | 123 +++++++++++++++++++++++++++++++--------------- 1 file changed, 83 insertions(+), 40 deletions(-) diff --git a/man/systemctl.xml b/man/systemctl.xml index 2fa448874..cdf4f5cd2 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -76,6 +76,13 @@ text and exits. + + + + Prints a short version + string and exits. + + @@ -781,16 +788,6 @@ configuration will stay accessible. - - daemon-exit - - Ask the systemd - manager to quit. This is only - supported for session managers - (i.e. in conjunction with the - option) and - will fail otherwise. - show-environment @@ -823,36 +820,6 @@ is only removed if it has the specified value. - - - halt - - Shut down and halt the - system. This is mostly equivalent to - start halt.target - but also prints a wall message to all - users. - - - poweroff - - Shut down and - power-off the system. This is mostly - equivalent to start - poweroff.target but also - prints a wall message to all - users. - - - reboot - - Shut down and - reboot the system. This is mostly - equivalent to start - reboot.target but also - prints a wall message to all - users. - default @@ -881,6 +848,82 @@ prints a wall message to all users. + + halt + + Shut down and halt the + system. This is mostly equivalent to + start halt.target + but also prints a wall message to all + users. If + combined with + shutdown of all running services is + skipped, however all processes killed + and all file systems unmounted or + mounted read-only, immediately + followed by the + system halt. + + + poweroff + + Shut down and + power-off the system. This is mostly + equivalent to start + poweroff.target but also + prints a wall message to all + users. If + combined with + shutdown of all running services is + skipped, however all processes killed + and all file systems unmounted or + mounted read-only, immediately + followed by the + powering off. + + + reboot + + Shut down and + reboot the system. This is mostly + equivalent to start + reboot.target but also + prints a wall message to all + users. If + combined with + shutdown of all running services is + skipped, however all processes killed + and all file systems unmounted or + mounted read-only, immediately + followed by the + reboot. + + + kexec + + Shut down and reboot + the system via kexec. This is mostly + equivalent to start + kexec.target but also prints + a wall message to all users. If + combined with + shutdown of all running services is + skipped, however all processes killed + and all file systems unmounted or + mounted read-only, immediately + followed by the + reboot. + + + exit + + Ask the systemd + manager to quit. This is only + supported for session managers + (i.e. in conjunction with the + option) and + will fail otherwise. +