From 210137fba4cfbc65cd88547a996fb076d138c56f Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Fri, 27 May 2011 00:54:10 +0100 Subject: [PATCH] fix typo --- tail.1 | 4 ++-- util/recurse.c | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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