ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit 8be76e4cc829d86b8e1cae43a0d932600d6ff9fb
parent 384067fc69a35126f6418ba219cadc925223c9b8
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun,  4 Jan 2015 16:47:09 +0100

ratox.1: fix mandoc warnings

Diffstat:
Mratox.1 | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/ratox.1 b/ratox.1 @@ -45,7 +45,6 @@ Global slots are folders containing an \fBin\fR FIFO, \fBout\fR and \fBerr\fR file or directory respectively. The slot parameter is set by piping data to \fBin\fR and accessed with \fBout\fR. Any errors are reported in \fBerr\fR. -.Pp .Bl -tag -width 13n .It Ar name/ Name slot. @@ -64,7 +63,6 @@ accept | reject them. Each friend is represented with a folder in the base-directory named after their Tox ID without its nospam-value. Each folder contains slots to interface with the friend. -.Pp .Bl -tag -width 13n .It Ar call_in Initiate a call by piping data to this FIFO. @@ -73,14 +71,12 @@ Answer an incoming call by opening it for reading. .It Ar call_state Reports the call state (\fBnone\fR | \fBpending\fR | \fBactive\fR). .El - The sample format is \fBmono signed 16-bit little endian at 48kHz\fR. The call is \fBterminated\fR if .Nm receives both an EPIPE trying to read from call_in and ENXIO trying to open call_out for writing. -.Pp .Bl -tag -width 13n .It Ar file_in Initiate a file transfer by piping data to this FIFO. @@ -89,14 +85,12 @@ Accept an incoming file transfer by opening it for reading. .It Ar file_pending Contains the incoming filename if transfer is pending, empty otherwise. .El - Given .Nm can't know how much data a given pipe is going to provide, it will send until the pipe is drained or EPIPE received. That's why it's possible to stream arbitrary data, including audio and video transmissions, even to other clients. -.Pp .Bl -tag -width 13n .It Ar name Contains the friend's name.