mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-22 10:11:13 -03:00
Fix command section separator line lengths
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
exec - execute command in current process
|
||||
==========================================
|
||||
=========================================
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
@@ -8,12 +8,12 @@ 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.
|
||||
|
||||
|
||||
Example
|
||||
------------
|
||||
-------
|
||||
|
||||
``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