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:
parent
77beec1e0d
commit
84331a96fc
1 changed files with 7 additions and 7 deletions
|
@ -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.]"
|
||||
"}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue