summaryrefslogtreecommitdiff
path: root/builtins/test.def
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/test.def')
-rw-r--r--builtins/test.def5
1 files changed, 3 insertions, 2 deletions
diff --git a/builtins/test.def b/builtins/test.def
index f1444000..249b2c2a 100644
--- a/builtins/test.def
+++ b/builtins/test.def
@@ -83,8 +83,9 @@ String operators:
Other operators:
-o OPTION True if the shell option OPTION is enabled.
- -v VAR True if the shell variable VAR is set
- -R VAR True if the shell variable VAR is set and is a name reference.
+ -v VAR True if the shell variable VAR is set.
+ -R VAR True if the shell variable VAR is set and is a name
+ reference.
! EXPR True if expr is false.
EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.
EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.