mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-28 16:01:15 -03:00
Make line length, wrapping and spacing consistent
This commit is contained in:
@@ -7,11 +7,9 @@ exec COMMAND [OPTIONS...]
|
||||
|
||||
\subsection exec-description 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.
|
||||
|
||||
|
||||
\subsection exec-example 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