Update test.1:

Document -ef, -ot, and -nt.
-k was already documented somewhy it seems...

Signed-off-by: Mattias Andrée <maandree@kth.se>
This commit is contained in:
Mattias Andrée 2016-03-28 23:26:43 +02:00 committed by sin
parent 8d96afd4fb
commit 33c5c71e01
1 changed files with 11 additions and 0 deletions

11
test.1
View File

@ -102,6 +102,17 @@ are (=
.Op Fl le
| <
.Op Fl lt ) .
.It Ar f1 ( Fl ef | Fl ot | Fl nt ) Ar f2
True if file
.Ar f1
(refer to the same inode as
.Op Fl ef
| has an older mtime than
.Op Fl ot
| has a newer mtime than
.Op Fl nt )
file
.Ar f2 .
.El
.Sh EXIT STATUS
.Bl -tag -width Ds