mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +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::
|
||||
|
||||
isatty [FILE DESCRIPTOR]
|
||||
isatty [FILE_DESCRIPTOR]
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
|
Loading…
Reference in a new issue