docs: Fix moar reference syntax

This commit is contained in:
Fabian Homborg
2019-03-30 20:44:07 +01:00
parent 203927245d
commit 0c4580d874
19 changed files with 32 additions and 32 deletions

View File

@@ -10,7 +10,7 @@ bg [PID...]
Description
-----------
``bg`` sends <a href="index.html#syntax-job-control">jobs</a> to the background, resuming them if they are stopped.
``bg`` sends `jobs <index.html#syntax-job-control>`__ 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.