summaryrefslogtreecommitdiff
path: root/comms/ruby-termios/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'comms/ruby-termios/DESCR')
-rw-r--r--comms/ruby-termios/DESCR4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/ruby-termios/DESCR b/comms/ruby-termios/DESCR
index 61033c85ad3..1cbb29ff27b 100644
--- a/comms/ruby-termios/DESCR
+++ b/comms/ruby-termios/DESCR
@@ -1 +1,3 @@
-This is a Ruby extension for termios library.
+Termios module is simple wrapper of termios(3). It can be included into
+IO-family classes and can extend IO-family objects. In addition, the methods
+can use as module function.