From 8a8a9d25a3a784c225d9fdb99c1b1eec5604c953 Mon Sep 17 00:00:00 2001 From: Svyatoslav Mishyn Date: Fri, 13 May 2016 11:01:17 +0300 Subject: [PATCH 2/2] man: fix a typo iff => if --- src/dash.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dash.1 b/src/dash.1 index 57e731a..9ef14a8 100644 --- a/src/dash.1 +++ b/src/dash.1 @@ -606,10 +606,10 @@ and .Dq || are AND-OR list operators. .Dq && -executes the first command, and then executes the second command iff the +executes the first command, and then executes the second command 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 +is similar, but executes the second command if the exit status of the first command is nonzero. .Dq && and -- 2.8.0