Commit 172a9f5a6830d92af8bbe50ab98ff4bedd95a242

Thomas de Grivel 2017-05-28T13:41:21

README

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/README.md b/README.md
index 1221d61..d825131 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,10 @@
 # fd-gray
 
+Unix file descriptor gray streams are binary gray streams operating
+on `(unsigned-byte 8)` data using `unistd:read`, `unistd:write` and
+`unistd:close` to embed Unix file descriptors in standard Common Lisp
+streams.
+
 ### fd-gray:input-stream *fd* --> *stream*
 
 Creates an input stream for file descriptor *fd*.