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 @@
wait - wait for jobs to complete
==========================================
================================
Synopsis
--------
@@ -8,7 +8,7 @@ wait [-n | --any] [PID | PROCESS_NAME] ...
Description
------------
-----------
``wait`` waits for child jobs to complete.
@@ -18,7 +18,7 @@ Description
- If the ``-n`` / ``--any`` flag is provided, the command returns as soon as the first job completes. If it is not provided, it returns after all jobs complete.
Example
------------
-------