aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/not.txt
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-09-20 00:52:03 +1000
committerGravatar axel <axel@liljencrantz.se>2006-09-20 00:52:03 +1000
commit7a5823fd605af80df483e1d3f3629e60503488de (patch)
tree714e61c3c6cddec3eb7499e99121de2f3efdcb4e /doc_src/not.txt
parent81d61c467b2fc42e7e890198fb2bd203b27aff44 (diff)
Documentation updates from Beni Cherniavsky
darcs-hash:20060919145203-ac50b-bc87b8f5e6a18395e4bc3e364da4a40ad97850e7.gz
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.