aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/bg.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/bg.txt
parentd7308fecbe573aad91fc6f1377c1ed2df735f6fd (diff)
Make line length, wrapping and spacing consistent
Diffstat (limited to 'doc_src/bg.txt')
-rw-r--r--doc_src/bg.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc_src/bg.txt b/doc_src/bg.txt
index d05bf54d..8e9ec244 100644
--- a/doc_src/bg.txt
+++ b/doc_src/bg.txt
@@ -7,13 +7,11 @@ bg [PID...]
\subsection bg-description Description
-`bg` sends <a href="index.html#syntax-job-control">jobs</a> to the background, resuming them if they are stopped. A background job is
-executed simultaneously with fish, and does not have access to the
-keyboard. If no job is specified, the last job to be used is put in the background. If PID is specified, the jobs with the specified process group IDs are put in the background.
+`bg` sends <a href="index.html#syntax-job-control">jobs</a> to the background, resuming them if they are stopped. A background job is executed simultaneously with fish, and does not have access to the keyboard. If no job is specified, the last job to be used is put in the background. If PID is specified, the jobs with the specified process group IDs are put in the background.
The PID of the desired process is usually found by using <a href="index.html#expand-process">process expansion</a>.
+
\subsection bg-example Example
`bg %1` will put the job with job ID 1 in the background.
-