Skip to content

Commit

Permalink
'test --man --': fix a few errors (re: 77beec1)
Browse files Browse the repository at this point in the history
  • Loading branch information
McDutchie committed Sep 1, 2020
1 parent 77beec1 commit 84331a9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/cmd/ksh93/data/testops.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.]"
"}"

Expand Down

0 comments on commit 84331a9

Please sign in to comment.