mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-29 16:51:15 -03:00
Fix command section separator line lengths
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
isatty - test if a file descriptor is a tty.
|
||||
==========================================
|
||||
============================================
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
@@ -8,7 +8,7 @@ isatty [FILE DESCRIPTOR]
|
||||
|
||||
|
||||
Description
|
||||
------------
|
||||
-----------
|
||||
|
||||
``isatty`` tests if a file descriptor is a tty.
|
||||
|
||||
@@ -18,7 +18,7 @@ If the specified file descriptor is a tty, the exit status of the command is zer
|
||||
|
||||
|
||||
Examples
|
||||
------------
|
||||
--------
|
||||
|
||||
From an interactive shell, the commands below exit with a return value of zero:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user