diff --git a/tail.1 b/tail.1 index 7d1ab61..6cfecdf 100644 --- a/tail.1 +++ b/tail.1 @@ -8,8 +8,8 @@ tail \- output last part of a file .RI [ file ] .SH DESCRIPTION .B tail -writes the first 10 lines of the file to stdout. If no file is given, tail -reads from stdin. +writes the last 10 lines of the file to stdout. If no file is given, tail reads +from stdin. .SH OPTIONS .TP .BI \-n " lines" diff --git a/util/recurse.c b/util/recurse.c index d7a4e47..5795c9e 100644 --- a/util/recurse.c +++ b/util/recurse.c @@ -1,7 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include #include -#include #include #include #include