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-tai64n.html | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 doc/s6-tai64n.html (limited to 'doc/s6-tai64n.html') diff --git a/doc/s6-tai64n.html b/doc/s6-tai64n.html new file mode 100644 index 0000000..8b7f5e0 --- /dev/null +++ b/doc/s6-tai64n.html @@ -0,0 +1,50 @@ + + + + + s6: the s6-tai64n program + + + + + + +

+s6
+Software
+skarnet.org +

+ +

The s6-tai64n program

+ +

+s6-tai64n acts as a filter, reading from stdin and writing to stdout. +It prepends lines with a +TAI64N +timestamp and a space. +

+ +

Interface

+ +
+     s6-tai64n
+
+ + + +

Notes

+ +

+ s6-tai64n does neither "line buffering" nor "block buffering". It does +optimal buffering, i.e. it flushes its output buffer every time +it risks blocking on input. Every filter should behave this way, whether +its output is a tty or not: it's simpler and more efficient in every +case. +

+ + + -- cgit v1.2.3