aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-01-08 10:23:27 +0100
committerUlrich Müller <ulm@gentoo.org>2020-01-09 09:31:55 +0100
commite1ef5183c2e4b79103b9edea6eda20f1054a4fe5 (patch)
treec571a6653e208c672ece15354d0f7cee93281653 /tools-reference
parentebuild-writing/eapi: Fix link to Prefix Technical Documentation. (diff)
downloaddevmanual-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.xml2
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>