aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/trap.txt
diff options
context:
space:
mode:
authorGravatar James Vega <jamessan@jamessan.com>2006-01-24 09:17:06 +1000
committerGravatar James Vega <jamessan@jamessan.com>2006-01-24 09:17:06 +1000
commit495460066c21ca8433204e2c897ad3de16eccaa0 (patch)
treedc94beac5ba5fbe51b7bd0807b3aea8db4950a0f /doc_src/trap.txt
parent8df21a1cb18d5f78d7d3c2ca98d0708b195c65da (diff)
Fixed various spelling mistakes.
darcs-hash:20060123231706-35ec8-2a30db603eee503d944b06d101cc88ce59340309.gz
Diffstat (limited to 'doc_src/trap.txt')
-rw-r--r--doc_src/trap.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc_src/trap.txt b/doc_src/trap.txt
index dd4d2fe8..2651edd2 100644
--- a/doc_src/trap.txt
+++ b/doc_src/trap.txt
@@ -1,5 +1,5 @@
-\section trap trap - perform an action when the shell recives a signal
+\section trap trap - perform an action when the shell receives a signal
\subsection trap-synopsis Synopsis
<tt>trap [OPTIONS] [[ARG] SIGSPEC ... ]</tt>
@@ -8,10 +8,10 @@
Trap is a shellscript wrapper around the fish event delivery
framework. IT is defined for backwards compatibility reasons. For
-other uses, it is recomended to define a <a
+other uses, it is recommended to define a <a
href='index.html#event'>event handler</a>.
-- ARG is the command to be executed on signal delivary
+- ARG is the command to be executed on signal delivery
- SIGSPEC is the name of the signal to trap
- \c -h or \c --help Display help and exit
- \c -l or \c --list-signals print a list of signal names