fix typo
This commit is contained in:
4
tail.1
4
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"
|
||||
|
Reference in New Issue
Block a user