X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Floginctl.xml;h=1b54ff7dc3d73232b5f03595b9db2b29fd25121e;hb=72f4d9669c253d5bd7c126bf2e7a0db0198cf2eb;hp=f10ca030c904897fd6410aa6e34f8d51feb29d38;hpb=e9dd9f9547350c7dc0473583b5c2228dc8f0ab76;p=elogind.git diff --git a/man/loginctl.xml b/man/loginctl.xml index f10ca030c..1b54ff7dc 100644 --- a/man/loginctl.xml +++ b/man/loginctl.xml @@ -21,7 +21,7 @@ along with systemd; If not, see . --> - + loginctl @@ -49,7 +49,10 @@ - loginctl OPTIONS COMMAND NAME + loginctl + OPTIONS + COMMAND + NAME @@ -88,14 +91,14 @@ When showing - session/user properties, limit + session/user/seat properties, limit display to certain properties as specified as argument. If not - specified all set properties are + specified, all set properties are shown. The argument should be a property name, such as Sessions. If - specified more than once all + specified more than once, all properties with the specified names are shown. @@ -105,7 +108,7 @@ When showing - unit/job/manager properties, show all + session/user/seat properties, show all properties regardless whether they are set or not. @@ -114,8 +117,8 @@ - Do not ellipsize cgroup - members. + Do not ellipsize + process tree entries. @@ -129,7 +132,7 @@ - Don't query the user + Do not query the user for authentication for privileged operations. @@ -158,9 +161,11 @@ which signal to send to selected processes. Must be one of the well known signal specifiers, such as - SIGTERM, SIGINT or SIGSTOP. If omitted, - defaults to - . + SIGTERM, + SIGINT or + SIGSTOP. If + omitted, defaults to + SIGTERM. @@ -169,7 +174,7 @@ Execute operation remotely. Specify a hostname, or - username and hostname separated by @, + username and hostname separated by @, to connect to. This will use SSH to talk to the remote login manager instance. @@ -212,14 +217,14 @@ Show properties of one or more sessions or the manager - itself. If no argument is specified + itself. If no argument is specified, properties of the manager will be - shown. If a session ID is specified - properties of the session is shown. By + shown. If a session ID is specified, + properties of the session are shown. By default, empty properties are suppressed. Use to show those too. To select specific - properties to show use + properties to show, use . This command is intended to be used whenever computer-parsable output is @@ -315,7 +320,7 @@ default, empty properties are suppressed. Use to show those too. To select specific - properties to show use + properties to show, use . This command is intended to be used whenever computer-parsable output is @@ -335,7 +340,7 @@ enabled for a specific user, a user manager is spawned for him/her at boot and kept around after - logouts. This allows users who aren't + logouts. This allows users who are not logged in to run long-running services. @@ -415,12 +420,14 @@ attach at least one graphics card to a previously unused seat name. Seat names may consist only of a-z, A-Z, - 0-9, "-" and "_" and must be prefixed - with "seat". To drop assignment of a - device to a specific seat, just - reassign it to a different seat, or - use - flush-devices. + 0-9, - and + _ and must be + prefixed with seat. + To drop assignment of a device to a + specific seat, just reassign it to a + different seat, or use + flush-devices. + @@ -451,7 +458,7 @@ Exit status - On success 0 is returned, a non-zero failure + On success, 0 is returned, a non-zero failure code otherwise.