diff options
Diffstat (limited to '')
-rw-r--r-- | src/dash.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/dash.1 b/src/dash.1 index 00f40bd..3aefe21 100644 --- a/src/dash.1 +++ b/src/dash.1 @@ -1934,12 +1934,20 @@ exists and is a socket. .It Ar file1 Fl nt Ar file2 True if .Ar file1 -exists and is newer than +and +.Ar file2 +exist and +.Ar file1 +is newer than .Ar file2 . .It Ar file1 Fl ot Ar file2 True if .Ar file1 -exists and is older than +and +.Ar file2 +exist and +.Ar file1 +is older than .Ar file2 . .It Ar file1 Fl ef Ar file2 True if |