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 @@
contains - test if a word is present in a list
==========================================
==============================================
Synopsis
--------
@@ -8,7 +8,7 @@ contains [OPTIONS] KEY [VALUES...]
Description
------------
-----------
``contains`` tests whether the set ``VALUES`` contains the string ``KEY``. If so, ``contains`` exits with status 0; if not, it exits with status 1.
@@ -19,7 +19,7 @@ The following options are available:
Note that, like GNU tools and most of fish's builtins, ``contains`` interprets all arguments starting with a ``-`` as options to contains, until it reaches an argument that is ``--`` (two dashes). See the examples below.
Example
------------
-------
If $animals is a list of animals, the following will test if it contains a cat: