Switch backticks to double backticks for rst compatibility

This commit is contained in:
ridiculousfish
2018-12-19 12:02:45 -08:00
parent 2a002a4ba1
commit 0e936198db
84 changed files with 825 additions and 825 deletions

View File

@@ -14,9 +14,9 @@ switch VALUE; [case [WILDCARD...]; [COMMANDS...]; ...] end
Description
------------
`end` ends a block of commands.
``end`` ends a block of commands.
For more information, read the
documentation for the block constructs, such as `if`, `for` and `while`.
documentation for the block constructs, such as ``if``, ``for`` and ``while``.
The `end` command does not change the current exit status. Instead, the status after it will be the status returned by the most recent command.
The ``end`` command does not change the current exit status. Instead, the status after it will be the status returned by the most recent command.