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
isatty [FILE DESCRIPTOR]
\subsection isatty-description Description
Description
------------
`isatty` tests if a file descriptor is a tty.
@@ -16,7 +17,8 @@ isatty [FILE DESCRIPTOR]
If the specified file descriptor is a tty, the exit status of the command is zero. Otherwise, the exit status is non-zero. No messages are printed to standard error.
\subsection isatty-examples Examples
Examples
------------
From an interactive shell, the commands below exit with a return value of zero: