aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/not.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/not.txt')
-rw-r--r--doc_src/not.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc_src/not.txt b/doc_src/not.txt
index 5fa59d01..a40818cf 100644
--- a/doc_src/not.txt
+++ b/doc_src/not.txt
@@ -1,14 +1,12 @@
-
\section not not - Negate the exit status of a job
\subsection not-synopsis Synopsis
- <tt>not COMMAND [OPTIONS...]</tt>
+<tt>not COMMAND [OPTIONS...]</tt>
\subsection not-description Description
The \c not builtin is used to negate the exit status of another command.
-
\subsection not-example Example
The following code reports an error and exits if no file named spoon can be found.