X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Floginctl.xml;h=fd2f15c0ac61beb68320d969922d6c8a9e8a644a;hb=bfd22ee3909a67c139aa2fd9b9a4cecba3dd124d;hp=1c2d9132e48e0964287b3e4400d4889799f95f27;hpb=1cfc78c91965df340cdde100ad6cb3ed50b28927;p=elogind.git diff --git a/man/loginctl.xml b/man/loginctl.xml index 1c2d9132e..fd2f15c0a 100644 --- a/man/loginctl.xml +++ b/man/loginctl.xml @@ -3,22 +3,22 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> @@ -60,7 +60,9 @@ Description loginctl may be used to introspect and - control the state of the elogind login manager + control the state of the + elogind8 + login manager. @@ -89,6 +91,16 @@ shown. + + + + + When printing properties with show, + only print the value, and skip the property name and + =. + + + @@ -130,29 +142,6 @@ SIGTERM. - - - - - When used with user-status - and session-status, controls the number of - journal lines to show, counting from the most recent ones. - Takes a positive integer argument. Defaults to 10. - - - - - - - - When used with user-status - and session-status, controls the formatting - of the journal entries that are shown. For the available - choices, see - journalctl1. - Defaults to short. - - @@ -180,8 +169,7 @@ session-status ID... Show terse runtime status information about - one or more sessions, followed by the most recent log data - from the journal. Takes one or more session identifiers as + one or more sessions. Takes one or more session identifiers as parameters. If no session identifiers are passed the status of the caller's session is shown. This function is intended to generate human-readable output. If you are looking for @@ -263,8 +251,7 @@ user-status USER... Show terse runtime status information about - one or more logged in users, followed by the most recent log - data from the journal. Takes one or more user names or numeric + one or more logged in users. Takes one or more user names or numeric user IDs as parameters. If no parameters are passed the status of the caller's user is shown. This function is intended to generate human-readable output. If you are looking for @@ -387,8 +374,61 @@ + System Commands + + + poweroff + + + Print a wall message to all users, shut down and + power-off the system. + + + + reboot arg + + + Print a wall message to all users, shut down and + reboot the system. + + If the optional argument + arg is given, it will be passed + as the optional argument to the + reboot2 + system call. The value is architecture and firmware + specific. As an example, recovery might + be used to trigger system recovery, and + fota might be used to trigger a + firmware over the air update. + + + + + suspend + + + Suspend the system. + + + + + + hibernate + + + Hibernate the system. + + + + + + hybrid-sleep + + + Hibernate and suspend the system. + + - Exit status @@ -401,7 +441,9 @@ See Also - elogind.conf5 + elogind8, + systemctl1, + logind.conf5