From d5bf4f9b8f0a776217976640460f2f767e63ed3e Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Sat, 13 Oct 2018 10:31:40 +0200 Subject: [PATCH] man: systemctl: clarify that --lines=0 is allowed (#10375) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- man/systemctl.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/man/systemctl.xml b/man/systemctl.xml index b16efb8701..e32ee6cacb 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.