Fix command section separator line lengths

This commit is contained in:
ridiculousfish
2019-01-02 20:10:47 -08:00
parent 0e936198db
commit c8dc306b18
85 changed files with 287 additions and 287 deletions

View File

@@ -1,5 +1,5 @@
block - temporarily block delivery of events
==========================================
============================================
Synopsis
--------
@@ -8,7 +8,7 @@ block [OPTIONS...]
Description
------------
-----------
``block`` prevents events triggered by ``fish`` or the <a href="commands.html#emit">``emit``</a> command from being delivered and acted upon while the block is in place.
@@ -28,7 +28,7 @@ The following parameters are available:
Example
------------
-------
@@ -49,6 +49,6 @@ Example
Notes
------------
-----
Note that events are only received from the current fish process as there is no way to send events from one fish process to another.