mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-03 11:51:15 -03:00
Switch backticks to double backticks for rst compatibility
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user