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