s6-ftrig-notify.html (1268B)
1 <html> 2 <head> 3 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 5 <meta http-equiv="Content-Language" content="en" /> 6 <title>s6: the s6-ftrig-notify program</title> 7 <meta name="Description" content="s6: the s6-ftrig-notify program" /> 8 <meta name="Keywords" content="s6 command s6-ftrig-notify fifodir notification event notifier send" /> 9 <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> --> 10 </head> 11 <body> 12 13 <p> 14 <a href="index.html">s6</a><br /> 15 <a href="//skarnet.org/software/">Software</a><br /> 16 <a href="//skarnet.org/">skarnet.org</a> 17 </p> 18 19 <h1> The s6-ftrig-notify program </h1> 20 21 <p> 22 s6-ftrig-notify sends a series of events to a <a href="fifodir.html">fifodir</a>. 23 </p> 24 25 <h2> Interface </h2> 26 27 <pre> 28 s6-ftrig-notify <em>fifodir</em> <em>message</em> 29 </pre> 30 31 <p> 32 s6-ftrig-notify notifies all the current listeners in <em>fifodir</em> 33 with all the characters in <em>message</em>. 34 </p> 35 36 <h2> Notes </h2> 37 38 <p> 39 s6-ftrig-notify cannot be used to send the null character (event 0x00). 40 If you need to send the null character, use the C API: 41 <a href="libs6/ftrigw.html">ftrigw_notify()</a>. 42 </p> 43 44 </body> 45 </html>