Small tail(1) manpage fix
This commit is contained in:
parent
9292ae2e16
commit
77d8a04dee
15
tail.1
15
tail.1
|
@ -7,7 +7,7 @@
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Op Fl f
|
.Op Fl f
|
||||||
.Op Fl c Ar num | Fl n Ar num
|
.Op Fl c Ar num | Fl n Ar num | Fl N
|
||||||
.Op Ar file ...
|
.Op Ar file ...
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -20,16 +20,19 @@ is given,
|
||||||
reads from stdin.
|
reads from stdin.
|
||||||
.Sh OPTIONS
|
.Sh OPTIONS
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Fl c Ar num | Fl n Ar num
|
.It Fl c Ar num | Fl n Ar num | Fl N
|
||||||
Display
|
Display last
|
||||||
.Ar num
|
.Ar num
|
||||||
last characters | lines. If
|
characters | lines |
|
||||||
|
.Ar N
|
||||||
|
lines. If
|
||||||
.Ar num
|
.Ar num
|
||||||
begins with '+' it is used as an offset from the beginning of each
|
begins with '+'
|
||||||
|
it is an offset from the beginning of each
|
||||||
.Ar file .
|
.Ar file .
|
||||||
If
|
If
|
||||||
.Ar num
|
.Ar num
|
||||||
begins with '-' it is handled the same as if no sign was given.
|
begins with '-' it is as if no sign was given.
|
||||||
.It Fl f
|
.It Fl f
|
||||||
If one
|
If one
|
||||||
.Ar file
|
.Ar file
|
||||||
|
|
Loading…
Reference in New Issue
Block a user