aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/exec.txt
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-08-19 13:41:23 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-03 14:43:26 +0100
commit137abd0cfaa8959224f88a4ebe9584a51468cc88 (patch)
treec396f760a1e309b5a837359e65c57c4555534d49 /doc_src/exec.txt
parentd7308fecbe573aad91fc6f1377c1ed2df735f6fd (diff)
Make line length, wrapping and spacing consistent
Diffstat (limited to 'doc_src/exec.txt')
-rw-r--r--doc_src/exec.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc_src/exec.txt b/doc_src/exec.txt
index 4bcd3999..f8936101 100644
--- a/doc_src/exec.txt
+++ b/doc_src/exec.txt
@@ -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.