aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/or.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/or.txt')
-rw-r--r--doc_src/or.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc_src/or.txt b/doc_src/or.txt
index 8ac3c3a2..dc36b535 100644
--- a/doc_src/or.txt
+++ b/doc_src/or.txt
@@ -1,4 +1,3 @@
-
\section or or - Conditionally execute a command
\subsection or-synopsis Synopsis
@@ -6,7 +5,8 @@
\subsection or-description Description
-The \c or builtin is used to execute a command if the current exit status (as set by the last previous command) is non-zero
+The \c or builtin is used to execute a command if the current exit
+status (as set by the last previous command) is not 0.
The or command does not change the current exit status.