Convert \\subsection sections into rst format

This commit is contained in:
ridiculousfish
2018-12-18 18:44:30 -08:00
parent 256c2dadee
commit c33d1a217c
85 changed files with 408 additions and 204 deletions

View File

@@ -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.