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,12 +7,14 @@ Synopsis
not COMMAND [OPTIONS...]
\subsection not-description Description
Description
------------
`not` negates the exit status of another command. If the exit status is zero, `not` returns 1. Otherwise, `not` returns 0.
\subsection not-example Example
Example
------------
The following code reports an error and exits if no file named spoon can be found.