From 3c7560019e623e6e0d03a860b4f19a3a8715feca Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 8 Jan 2015 14:38:52 +0100 Subject: loginctl: show the 10 most recent log user/session log lines in "loginctl user-status" and "loginctl session-status" --- man/loginctl.xml | 55 +++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 43 insertions(+), 12 deletions(-) (limited to 'man') diff --git a/man/loginctl.xml b/man/loginctl.xml index 749db92ed1..5ff9f75059 100644 --- a/man/loginctl.xml +++ b/man/loginctl.xml @@ -157,6 +157,35 @@ 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. + + @@ -179,11 +208,12 @@ Show terse runtime status information about one or more - sessions. This function is intended to - generate human-readable output. If you - are looking for computer-parsable - output, use - show-session + sessions, followed by the most recent + log data from the journal. This + function is intended to generate + human-readable output. If you are + looking for computer-parsable output, + use show-session instead. @@ -274,13 +304,14 @@ Show terse runtime status information about one or more - logged in users. This function is - intended to generate human-readable - output. If you are looking for - computer-parsable output, use - show-user instead. - Users may be specified by their - usernames or numeric user IDs. + logged in users, followed by the most + recent log data from the journal. This + function is intended to generate + human-readable output. If you are + looking for computer-parsable output, + use show-user + instead. Users may be specified by + their usernames or numeric user IDs. -- cgit v1.2.3-54-g00ecf