sbase

suckless unix tools
git clone git://git.suckless.org/sbase
Log | Files | Refs | README | LICENSE

commit 33c5c71e01244a5e8e818cec4ebb6dcab90447bb
parent 8d96afd4fb266688e8f55db978d5bc9b3c380ca6
Author: Mattias Andrée <maandree@kth.se>
Date:   Mon, 28 Mar 2016 23:26:43 +0200

Update test.1:

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

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
Mtest.1 | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/test.1 b/test.1 @@ -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