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 @@
command - run a program
==========================================
=======================
Synopsis
--------
@@ -8,7 +8,7 @@ command [OPTIONS] COMMANDNAME [ARGS...]
Description
------------
-----------
``command`` forces the shell to execute the program ``COMMANDNAME`` and ignore any functions or builtins with the same name.
@@ -25,7 +25,7 @@ With the ``-s`` option, ``command`` treats every argument as a separate command
For basic compatibility with POSIX ``command``, the ``-v`` flag is recognized as an alias for ``-s``.
Examples
------------
--------
``command ls`` causes fish to execute the ``ls`` program, even if an ``ls`` function exists.