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

@@ -23,7 +23,8 @@ status features
status test-feature FEATURE
\subsection status-description Description
Description
------------
With no arguments, `status` displays a summary of the current login and job control status of the shell.
@@ -62,7 +63,8 @@ The following operations (sub-commands) are available:
- `test-feature FEATURE` returns 0 when FEATURE is enabled, 1 if it is disabled, and 2 if it is not recognized.
\subsection status-notes Notes
Notes
------------
For backwards compatibility each subcommand can also be specified as a long or short option. For example, rather than `status is-login` you can type `status --is-login`. The flag forms are deprecated and may be removed in a future release (but not before fish 3.0).