sockread: add support for reading data from a pipe

This commit is contained in:
Moritz Warning
2015-01-18 02:01:14 +01:00
parent e5c39cc999
commit 04a518498c
2 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ define Package/sockread
endef
define Package/sockread/description
sockread reads data from a Unix domain socket
sockread writes and reads data from a Unix domain socket
represented as a special file on the file system.
endef