mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
Fix formatting for isatty
(this did not recognize `[FILE DESC]` because of the space)
This commit is contained in:
parent
98552817f5
commit
2419809a26
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Synopsis
|
||||||
|
|
||||||
.. synopsis::
|
.. synopsis::
|
||||||
|
|
||||||
isatty [FILE DESCRIPTOR]
|
isatty [FILE_DESCRIPTOR]
|
||||||
|
|
||||||
Description
|
Description
|
||||||
-----------
|
-----------
|
||||||
|
|
Loading…
Reference in a new issue