[hackers] [sbase] Small tail(1) manpage fix || FRIGN
commit 77d8a04dee75b3ce86ecd6e3ca653c8d47143004
Author: FRIGN <dev_AT_frign.de>
Date: Mon Feb 9 19:01:35 2015 +0100
Small tail(1) manpage fix
diff --git a/tail.1 b/tail.1
index 62a0df9..df7210c 100644
--- a/tail.1
+++ b/tail.1
_AT_@ -7,7 +7,7 @@
.Sh SYNOPSIS
.Nm
.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 ...
.Sh DESCRIPTION
.Nm
_AT_@ -20,16 +20,19 @@ is given,
reads from stdin.
.Sh OPTIONS
.Bl -tag -width Ds
-.It Fl c Ar num | Fl n Ar num
-Display
+.It Fl c Ar num | Fl n Ar num | Fl N
+Display last
.Ar num
-last characters | lines. If
+characters | lines |
+.Ar N
+lines. If
.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 .
If
.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
If one
.Ar file
Received on Tue Mar 24 2015 - 23:53:39 CET
This archive was generated by hypermail 2.3.0
: Wed Mar 25 2015 - 00:09:13 CET