summaryrefslogtreecommitdiff
path: root/man/journalctl.xml
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2014-08-31 11:12:22 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-08-31 09:18:44 -0400
commit48382487666af141bb4385ceb5fb73c4147f6141 (patch)
tree9d3ed6b2492abeb5b625f98c088e9da9dd04f894 /man/journalctl.xml
parent8e07fc41f86d41e68c5663b2a3c620a0adedcc11 (diff)
journalctl: Allow to disable line cap with --lines=all
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r--man/journalctl.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml
index d4e031619..acd75a637 100644
--- a/man/journalctl.xml
+++ b/man/journalctl.xml
@@ -189,9 +189,9 @@
that the pager will not buffer logs of
unbounded size. This may be overridden
with an explicit <option>-n</option>
- with some other numeric value on the
- command line. Note that this option is
- only supported for the
+ with some other numeric value while
+ <option>-nall</option> will disable this cap.
+ Note that this option is only supported for the
<citerefentry project='man-pages'><refentrytitle>less</refentrytitle><manvolnum>1</manvolnum></citerefentry>
pager.</para></listitem>
</varlistentry>
@@ -204,9 +204,10 @@
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>
+ this option is implied. The argument is
+ a positive integer or <literal>all</literal>
+ to disable line limiting. The default value is
+ 10 if no argument is given.</para></listitem>
</varlistentry>
<varlistentry>