From 137abd0cfaa8959224f88a4ebe9584a51468cc88 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Tue, 19 Aug 2014 13:41:23 +0100 Subject: Make line length, wrapping and spacing consistent --- doc_src/exec.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'doc_src/exec.txt') 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. -- cgit v1.2.3