From 90b12bd71bb9fc79a4640b9112c13ef529d0196a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 5 Dec 2014 22:26:11 +0000 Subject: Initial commit --- doc/s6-ftrig-notify.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 doc/s6-ftrig-notify.html (limited to 'doc/s6-ftrig-notify.html') diff --git a/doc/s6-ftrig-notify.html b/doc/s6-ftrig-notify.html new file mode 100644 index 0000000..fa1e8b5 --- /dev/null +++ b/doc/s6-ftrig-notify.html @@ -0,0 +1,44 @@ + + + + + s6: the s6-ftrig-notify program + + + + + + +

+s6
+Software
+skarnet.org +

+ +

The s6-ftrig-notify program

+ +

+s6-ftrig-notify sends a series of events to a fifodir. +

+ +

Interface

+ +
+     s6-ftrig-notify fifodir message
+
+ +

+s6-ftrig-notify notifies all the current listeners in fifodir +with all the characters in message, one by one. +

+ +

Notes

+ +

+s6-ftrig-notify cannot be used to send the null character (event 0x00). +If you need to send the null character, use the C API: +ftrigw_notify(). +

+ + + -- cgit v1.3.1