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

@@ -10,11 +10,11 @@ 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.
``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.
`count` does not accept any options, not even `-h` or `--help`.
``count`` does not accept any options, not even ``-h`` or ``--help``.
`count` exits with a non-zero exit status if no arguments were passed to it, and with zero if at least one argument was passed.
``count`` exits with a non-zero exit status if no arguments were passed to it, and with zero if at least one argument was passed.
Example