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
trap [OPTIONS] [[ARG] REASON ... ]
\subsection trap-description Description
Description
------------
`trap` is a wrapper around the fish event delivery framework. It exists for backwards compatibility with POSIX shells. For other uses, it is recommended to define an <a href='index.html#event'>event handler</a>.
@@ -31,7 +32,8 @@ Signal names are case insensitive and the `SIG` prefix is optional.
The return status is 1 if any `REASON` is invalid; otherwise trap returns 0.
\subsection trap-example Example
Example
------------
\fish
trap "status --print-stack-trace" SIGUSR1