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,7 +10,7 @@ open FILES...
Description
------------
`open` opens a file in its default application, using the appropriate tool for the operating system. On GNU/Linux, this requires the common but optional `xdg-open` utility, from the `xdg-utils` package.
``open`` opens a file in its default application, using the appropriate tool for the operating system. On GNU/Linux, this requires the common but optional ``xdg-open`` utility, from the ``xdg-utils`` package.
Note that this function will not be used if a command by this name exists (which is the case on macOS or Haiku).
@@ -18,4 +18,4 @@ Note that this function will not be used if a command by this name exists (which
Example
------------
`open *.txt` opens all the text files in the current directory using your system's default text editor.
``open *.txt`` opens all the text files in the current directory using your system's default text editor.