From 84331a96fc064ba85076191236553bf225059a76 Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Tue, 1 Sep 2020 03:10:30 +0100 Subject: [PATCH] 'test --man --': fix a few errors (re: 77beec1e) --- src/cmd/ksh93/data/testops.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/cmd/ksh93/data/testops.c b/src/cmd/ksh93/data/testops.c index 9ffdc9d2154c..68415101b5e3 100644 --- a/src/cmd/ksh93/data/testops.c +++ b/src/cmd/ksh93/data/testops.c @@ -139,19 +139,19 @@ USAGE_LICENSE "[+\anum1\a -le \anum2\a?\anum1\a is less than or equal to \anum2\a.]" "[+\anum1\a -gt \anum2\a?\anum1\a is greater than \anum2\a.]" "[+\anum1\a -ge \anum2\a?\anum1\a is greater than or equal to \anum2\a.]" - "[+\afile1\a -nt \afile2\a *?\afile1\a is newer than \afile2\a " - "or \afile1\a does not exist.]" - "[+\afile1\a -ot \afile2\a *?\afile1\a is older than \afile2\a " - "or \afile2\a does not exist.]" - "[+\afile1\a -ef \afile2\a *?\afile1\a \afile1\a is a hard link or " + "[+\afile1\a -nt \afile2\a *?\afile1\a is newer than \afile2\a, " + "or \afile1\a exists and \afile2\a does not.]" + "[+\afile1\a -ot \afile2\a *?\afile1\a is older than \afile2\a, " + "or \afile1\a does not exist and \afile2\a does.]" + "[+\afile1\a -ef \afile2\a *?\afile1\a is a hard link or " "symbolic link to \afile2\a.]" "}" "\n" "\nexpression\n" "\n" "[+EXIT STATUS?]{" - "[+0?The expression evaluated to True.]" - "[+1?The expression evaluated to False.]" + "[+0?The expression evaluated as True.]" + "[+1?The expression evaluated as False.]" "[+>1?An error occurred.]" "}"