mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Add missing documentation file
darcs-hash:20051214180744-ac50b-9394e5a12ca3eb98a9333a666748d16277cc2d7b.gz
This commit is contained in:
parent
8b69c5416d
commit
0817962300
1 changed files with 19 additions and 0 deletions
19
doc_src/block.txt
Normal file
19
doc_src/block.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
\section block block - Temporarily block delivery of events
|
||||
|
||||
\subsection block-synopsis Synopsis
|
||||
<tt>block [OPTIONS...]</tt>
|
||||
|
||||
\subsection block-description Description
|
||||
|
||||
- <tt>-l</tt> or <tt>--local</tt> Release the block at the end of the currently innermost block scope
|
||||
- <tt>-g</tt> or <tt>--global</tt> Never automatically release the lock
|
||||
- <tt>-e</tt> or <tt>--erase</tt> Release global block
|
||||
|
||||
\subsection block-example Example
|
||||
|
||||
<pre>block -g
|
||||
#Do something that should not be interrupted
|
||||
block -e
|
||||
</pre>
|
||||
|
Loading…
Reference in a new issue