perl/perl-IO-Tty: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 03:58:47 -04:00
parent 62a6f7059e
commit b41e506575

View file

@ -1,8 +1,8 @@
IO::Tty - Perl extension that provides an interface to allow the
creation of a pseudo tty.
IO::Tty is used internally by IO::Pty to create a pseudo-tty. Do not use
it directly except to import constants, use IO::Pty.
IO::Tty is used internally by IO::Pty to create a pseudo-tty. Do not
use it directly except to import constants, use IO::Pty.
IO::Pty inherits from IO::Handle and so provides all the methods defined
by the IO::Handle package.
IO::Pty inherits from IO::Handle and so provides all the methods
defined by the IO::Handle package.