wok diff perl-io-tty/description.txt @ rev 24893

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 07 17:00:12 2022 +0000 (2022-04-07)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-io-tty/description.txt	Thu Apr 07 17:00:12 2022 +0000
     1.3 @@ -0,0 +1,7 @@
     1.4 +IO::Tty is used internally by IO::Pty to create a pseudo-tty.
     1.5 +You wouldn't want to use it directly except to import constants,
     1.6 +use IO::Pty.
     1.7 +For a list of importable constants, see IO::Tty::Constant.
     1.8 +
     1.9 +Please note that pty creation is very system-dependend.
    1.10 +From my experience, any modern POSIX system should be fine.