mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
Convert \\subsection sections into rst format
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user