diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-01-08 10:23:27 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-01-09 09:31:55 +0100 |
commit | e1ef5183c2e4b79103b9edea6eda20f1054a4fe5 (patch) | |
tree | c571a6653e208c672ece15354d0f7cee93281653 /tools-reference | |
parent | ebuild-writing/eapi: Fix link to Prefix Technical Documentation. (diff) | |
download | devmanual-e1ef5183c2e4b79103b9edea6eda20f1054a4fe5.tar.gz devmanual-e1ef5183c2e4b79103b9edea6eda20f1054a4fe5.tar.bz2 devmanual-e1ef5183c2e4b79103b9edea6eda20f1054a4fe5.zip |
tools-reference/head-and-tail: Line counting in tail starts at 1.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'tools-reference')
-rw-r--r-- | tools-reference/head-and-tail/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |