mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-03 03:41:14 -03:00
Convert \\subsection sections into rst format
This commit is contained in:
@@ -7,7 +7,8 @@ Synopsis
|
||||
bg [PID...]
|
||||
|
||||
|
||||
\subsection bg-description Description
|
||||
Description
|
||||
------------
|
||||
|
||||
`bg` sends <a href="index.html#syntax-job-control">jobs</a> to the background, resuming them if they are stopped.
|
||||
|
||||
@@ -18,7 +19,8 @@ When at least one of the arguments isn't a valid job specifier (i.e. PID),
|
||||
|
||||
When all arguments are valid job specifiers, bg will background all matching jobs that exist.
|
||||
|
||||
\subsection bg-example Example
|
||||
Example
|
||||
------------
|
||||
|
||||
`bg 123 456 789` will background 123, 456 and 789.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user