From a06cc218bfa18943a46e051d5bbf463e1ddc0b6e Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 29 Apr 2017 04:36:01 +0300 Subject: Initial commit --- std2fifo.1 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 std2fifo.1 (limited to 'std2fifo.1') diff --git a/std2fifo.1 b/std2fifo.1 new file mode 100644 index 0000000..9f51bd4 --- /dev/null +++ b/std2fifo.1 @@ -0,0 +1,49 @@ +.TH std2fifo 1 + +.SH NAME +std2fifo - a std{in,out} <-> //{in,out} proxy + +.SH SYNOPSIS +std2fifo [\fIoption ...\fR] [--] <\fIdir\fR> + +.SH DESCRIPTION +std2fifo is a helper program for TLSd. Given a root directory and an +environment variable, it creates a "<\fIroot dir\fR>/<\fIenv var\fR>/" +directory, writes input into the "out" FIFO in that directory, and +prints the "in" FIFO output. + +Overall, it tries to be suitable for use with TLSd (or other +super-servers), and with common tools on the other end. + +.SH OPTIONS +.IP "\fB\-v\fR \fIvar\fR" +An environment variable name (default is \fBSHA256\fR). +.IP \fB\-c\fR +Continuous streams mode: do not reopen streams once they are closed, +and do not close the "out" stream after each message. It is intended +for applications such as file transfer, as opposed to textual +messaging. +.IP "\fB\-i\fR \fIident\fR" +Syslog identifier to use. +.IP \fB\-e\fR +Print messages into stderr, in addition to syslog. +.IP \fB\-h\fR +Print a help message and exit. + +.SH EXAMPLES +.nf +FOO=bar std2fifo -v FOO -rbe /tmp/ +.fi + +.nf +tlsd -p 5601 -e -- std2fifo -rbe ~/.chat/ +.fi + +.SH COPYING +This is free and unencumbered software released into the public +domain. + +.SH SEE ALSO +\fBtlsd\fR(1) + +See \fBinfo tlsd\fR for more documentation. -- cgit v1.2.3