diff --git a/man/loginctl.xml b/man/loginctl.xml
index 56a86e56ef..bef3be71c9 100644
--- a/man/loginctl.xml
+++ b/man/loginctl.xml
@@ -113,18 +113,18 @@
terminate-sessionID…
- Terminates a session. This kills all processes
- of the session and deallocates all resources attached to the
- session.
+ Terminates a session. This kills all processes of the session and deallocates all
+ resources attached to the session. If the argument is specified as empty string the session invoking
+ the command is terminated.kill-sessionID…
- Send a signal to one or more processes of the
- session. Use to select which
- process to kill. Use to select the
- signal to send.
+ Send a signal to one or more processes of the session. Use
+ to select which process to kill. Use to
+ select the signal to send. If the argument is specified as empty string the signal is sent to the
+ session invoking the command.
@@ -184,17 +184,17 @@
terminate-userUSER…
- Terminates all sessions of a user. This kills
- all processes of all sessions of the user and deallocates all
- runtime resources attached to the user.
+ Terminates all sessions of a user. This kills all processes of all sessions of the
+ user and deallocates all runtime resources attached to the user. If the argument is specified as
+ empty string the sessions of the user invoking the command are terminated.kill-userUSER…
- Send a signal to all processes of a user. Use
- to select the signal to send.
-
+ Send a signal to all processes of a user. Use to select
+ the signal to send. If the argument is specified as empty string the signal is sent to the sessions
+ of the user invoking the command.