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 @@
function - create a function
==========================================
============================
Synopsis
--------
@@ -8,7 +8,7 @@ function NAME [OPTIONS]; BODY; end
Description
------------
-----------
``function`` creates a new function ``NAME`` with the body ``BODY``.
@@ -58,7 +58,7 @@ By using one of the event handler switches, a function can be made to run automa
- ``fish_exit`` is emitted right before fish exits.
Example
------------
-------
@@ -110,6 +110,6 @@ This will beep when the most recent job completes.
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.