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,11 +7,13 @@ Synopsis
exec COMMAND [OPTIONS...]
\subsection exec-description Description
Description
------------
`exec` replaces the currently running shell with a new command. On successful completion, `exec` never returns. `exec` cannot be used inside a pipeline.
\subsection exec-example Example
Example
------------
`exec emacs` starts up the emacs text editor, and exits `fish`. When emacs exits, the session will terminate.