diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/dash.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dash.1 b/src/dash.1 index 1056285..c452c3f 100644 --- a/src/dash.1 +++ b/src/dash.1 @@ -606,11 +606,11 @@ and .Dq || are AND-OR list operators. .Dq && -executes the first command, and then executes the second command iff the -exit status of the first command is zero. +executes the first command, and then executes the second command if and only +if the exit status of the first command is zero. .Dq || -is similar, but executes the second command iff the exit status of the first -command is nonzero. +is similar, but executes the second command if and only if the exit status +of the first command is nonzero. .Dq && and .Dq || |