diff options
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index bcf50cbd51..9bc0153a9b 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -159,16 +159,13 @@ <term><option>--lines=</option></term> <term><option>-n</option></term> - <listitem><para>Controls the number of - journal lines to show, counting from - the most recent ones. The argument is - optional, and if specified is a - positive integer. If not specified and - in follow mode defaults to 10. If this - option is not passed and follow mode - is not enabled, how many lines are - shown is not - limited.</para></listitem> + <listitem><para>Show the most recent + journal events and limit the number of + events shown. If + <option>--follow</option> is used, + this option is implied. The argument, + a positive integer, is optional, and + defaults to 10. </para></listitem> </varlistentry> <varlistentry> |