commit:     e1ef5183c2e4b79103b9edea6eda20f1054a4fe5
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  8 09:23:27 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jan  9 08:31:55 2020 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e1ef5183

tools-reference/head-and-tail: Line counting in tail starts at 1.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 tools-reference/head-and-tail/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools-reference/head-and-tail/text.xml 
b/tools-reference/head-and-tail/text.xml
index 07ebd28..e2b7553 100644
--- a/tools-reference/head-and-tail/text.xml
+++ b/tools-reference/head-and-tail/text.xml
@@ -33,7 +33,7 @@ file. The <c>-n</c> argument specifies how many lines to 
display.
 
 <p>
 To specify "the last five lines", use <c>tail -n5</c>. To specify "all
-but the first five lines", use <c>tail -n+5</c>.
+but the first five lines", use <c>tail -n+6</c>.
 </p>
 
 <warning>

Reply via email to