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 @@
ulimit - set or get resource usage limits
==========================================
=========================================
Synopsis
--------
@@ -8,7 +8,7 @@ ulimit [OPTIONS] [LIMIT]
Description
------------
-----------
``ulimit`` builtin sets or outputs the resource usage limits of the shell and any processes spawned by it. If a new limit value is omitted, the current value of the limit of the resource is printed; otherwise, the specified limit is set to the new value.
@@ -62,7 +62,7 @@ The ``fish`` implementation of ``ulimit`` should behave identically to the imple
Example
------------
-------
``ulimit -Hs 64`` sets the hard stack size limit to 64 kB.