From 906b76b27be410af25aa7f79b4cfdb35f7f32fc7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 9 Jan 2015 21:30:39 +0100 Subject: loginctl: make session/user arguments optional for a number commands, and imply calling session/user instead This turns "lock-session", "activate", "unlock-session", "enable-linger", "disable-linger" into commands that take no argument, optionally in which case the callers session/user is implied. --- man/loginctl.xml | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'man/loginctl.xml') diff --git a/man/loginctl.xml b/man/loginctl.xml index 8056310512..5dd64e743b 100644 --- a/man/loginctl.xml +++ b/man/loginctl.xml @@ -250,22 +250,30 @@ - activate ID + activate ID Activate a session. This brings a session into the foreground, if another session is currently in the foreground on the - respective seat. + respective seat. Takes a session + identifier as argument. If no argument + is specified the session of the caller + is put into + foreground. - lock-session ID... - unlock-session ID... + lock-session ID... + unlock-session ID... Activates/deactivates the screen lock on one or more - sessions, if the session supports it. + sessions, if the session supports + it. Takes one or more session + identifiers as arguments. If no + argument is specified the session of + the caller is locked/unlocked. @@ -353,8 +361,8 @@ - enable-linger USER... - disable-linger USER... + enable-linger USER... + disable-linger USER... Enable/disable user lingering for one or more users. If @@ -363,7 +371,11 @@ boot and kept around after logouts. This allows users who are not logged in to run long-running - services. + services. Takes one or more user names + or numeric UIDs as argument. If no + argument is specified enables/disables + lingering for the user of the session + of the caller. @@ -413,7 +425,7 @@ - show-seat NAME... + show-seat NAME... Show properties of one or more seats or the manager -- cgit v1.2.3