aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/bg.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/bg.txt')
-rw-r--r--doc_src/bg.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc_src/bg.txt b/doc_src/bg.txt
index 9c8f593a..8e9ec244 100644
--- a/doc_src/bg.txt
+++ b/doc_src/bg.txt
@@ -1,17 +1,17 @@
\section bg bg - send jobs to background
\subsection bg-synopsis Synopsis
-<tt>bg [PID...]</tt>
+\fish{synopsis}
+bg [PID...]
+\endfish
\subsection bg-description Description
-\c 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
-<tt>bg \%1</tt> will put the job with job ID 1 in the background.
+\subsection bg-example Example
+`bg %1` will put the job with job ID 1 in the background.