From 08179623004c4167f5b0c1d95ad74ce67a97c5a8 Mon Sep 17 00:00:00 2001 From: axel Date: Thu, 15 Dec 2005 04:07:44 +1000 Subject: [PATCH] Add missing documentation file darcs-hash:20051214180744-ac50b-9394e5a12ca3eb98a9333a666748d16277cc2d7b.gz --- doc_src/block.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc_src/block.txt diff --git a/doc_src/block.txt b/doc_src/block.txt new file mode 100644 index 000000000..e5fe2ed24 --- /dev/null +++ b/doc_src/block.txt @@ -0,0 +1,19 @@ + +\section block block - Temporarily block delivery of events + +\subsection block-synopsis Synopsis + block [OPTIONS...] + +\subsection block-description Description + +- -l or --local Release the block at the end of the currently innermost block scope +- -g or --global Never automatically release the lock +- -e or --erase Release global block + +\subsection block-example Example + +
block -g
+#Do something that should not be interrupted
+block -e
+
+