From: Lucas Werkmeister Date: Sat, 13 Oct 2018 08:31:40 +0000 (+0200) Subject: man: systemctl: clarify that --lines=0 is allowed (#10375) X-Git-Tag: v240~558 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5bf4f9b8f0a776217976640460f2f767e63ed3e;p=thirdparty%2Fsystemd.git man: systemctl: clarify that --lines=0 is allowed (#10375) The term “positive” is often read to exclude 0 (though “strictly positive” is sometimes used to clarify this), so let’s explicitly state that --lines=0 is legal and completely disables journal output. Motivated by an answer on StackExchange [1]. [1]: https://unix.stackexchange.com/a/475068/44049 --- diff --git a/man/systemctl.xml b/man/systemctl.xml index b16efb8701a..e32ee6cacb5 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -590,9 +590,8 @@ - When used with status, controls the - number of journal lines to show, counting from the most - recent ones. Takes a positive integer argument. Defaults to + When used with status, controls the number of journal lines to show, counting from + the most recent ones. Takes a positive integer argument, or 0 to disable journal output. Defaults to 10.