diff options
author | Moritz Warning <moritzwarning@web.de> | 2015-01-18 02:01:14 +0100 |
---|---|---|
committer | Moritz Warning <moritzwarning@web.de> | 2015-01-20 13:43:59 +0100 |
commit | 04a518498c6bdcbe24c9e9f92ed525f3551e0431 (patch) | |
tree | cad387c4ce1ed909d8187313637673b155fbbc6f /utils/sockread/Makefile | |
parent | e5c39cc9997baccb4a66792e245326c9aadd92be (diff) |
sockread: add support for reading data from a pipe
Diffstat (limited to 'utils/sockread/Makefile')
-rw-r--r-- | utils/sockread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/sockread/Makefile b/utils/sockread/Makefile index 78beee248..d3c15d468 100644 --- a/utils/sockread/Makefile +++ b/utils/sockread/Makefile @@ -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 |