diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2017-05-05 14:27:34 -0700 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-05-05 14:27:34 -0700 |
commit | b1ab8abf2e1e722d61ac5ae11c0ec95fa868922d (patch) | |
tree | 9a2c9ac9993845c2a3cf857eddf22bee215b25ca /p/haskell-posix-pty | |
parent | 2227cc9b4d129b3fdea26abcbf63410178817eb0 (diff) | |
download | DHG_packages-b1ab8abf2e1e722d61ac5ae11c0ec95fa868922d.tar.gz |
posix-pty: rewrite description
Diffstat (limited to 'p/haskell-posix-pty')
-rw-r--r-- | p/haskell-posix-pty/debian/control | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/p/haskell-posix-pty/debian/control b/p/haskell-posix-pty/debian/control index b550080e4..c36ee6f19 100644 --- a/p/haskell-posix-pty/debian/control +++ b/p/haskell-posix-pty/debian/control @@ -13,9 +13,13 @@ Standards-Version: 3.9.8 Homepage: https://bitbucket.org/merijnv/posix-pty Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-posix-pty Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git -X-Description: Pseudo terminal interaction with subprocesses. - This package simplifies the creation of subprocesses that interact with - their parent via a pseudo terminal (see @man pty@). +X-Description: interact with pseudoterminals using subprocesses + This Haskell library permits programs to interact with + pseudoterminals, where those pseudoterminals are represented as + subprocesses. There are functions available to read and write to the + terminals, and to resize them. + . + See pty(7) for more information on pseudoterminals. Package: libghc-posix-pty-dev Architecture: any |