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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/bg.txt b/doc_src/bg.txt
index d1b6625c..dc607b06 100644
--- a/doc_src/bg.txt
+++ b/doc_src/bg.txt
@@ -8,7 +8,7 @@ Sends the specified jobs to the background. 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 group ids are put in the background.
-The PID of the desired process is usually found by using process globbing.
+The PID of the desired process is usually found by using <a href="index.html#expand-process">process expansion</a>.
\subsection bg-example Example