Fix command section separator line lengths

This commit is contained in:
ridiculousfish
2019-01-02 20:10:47 -08:00
parent 0e936198db
commit c8dc306b18
85 changed files with 287 additions and 287 deletions

View File

@@ -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: