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 @@
count - count the number of elements of an array
==========================================
================================================
Synopsis
--------
@@ -8,7 +8,7 @@ count $VARIABLE
Description
------------
-----------
``count`` prints the number of arguments that were passed to it. This is usually used to find out how many elements an environment variable array contains.
@@ -18,7 +18,7 @@ Description
Example
------------
-------