1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

'test --man --': fix a few errors (re: 77beec1e)

This commit is contained in:
Martijn Dekker 2020-09-01 03:10:30 +01:00
parent 77beec1e0d
commit 84331a96fc

View file

@ -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.]"
"}"