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
command [OPTIONS] COMMANDNAME [ARGS...]
\subsection command-description Description
Description
------------
`command` forces the shell to execute the program `COMMANDNAME` and ignore any functions or builtins with the same name.
@@ -23,7 +24,8 @@ With the `-s` option, `command` treats every argument as a separate command to l
For basic compatibility with POSIX `command`, the `-v` flag is recognized as an alias for `-s`.
\subsection command-example Examples
Examples
------------
`command ls` causes fish to execute the `ls` program, even if an `ls` function exists.