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,10 +10,10 @@ exec COMMAND [OPTIONS...]
Description
------------
`exec` replaces the currently running shell with a new command. On successful completion, `exec` never returns. `exec` cannot be used inside a pipeline.
``exec`` replaces the currently running shell with a new command. On successful completion, ``exec`` never returns. ``exec`` cannot be used inside a pipeline.
Example
------------
`exec emacs` starts up the emacs text editor, and exits `fish`. When emacs exits, the session will terminate.
``exec emacs`` starts up the emacs text editor, and exits ``fish``. When emacs exits, the session will terminate.