File: mux.1

package info (click to toggle)
interception-tools 0.6.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 288 kB
  • sloc: cpp: 1,321; ansic: 68; makefile: 9; sh: 4
file content (25 lines) | stat: -rw-r--r-- 592 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.TH MUX "1" "May 2022" "mux 0.6.4" "User Commands"
.SH NAME
mux \- mux streams of input events
.SH SYNOPSIS
mux [\-h | [\-s size] \fB\-c\fR name | [\-i name] [\-o name]]
.SH DESCRIPTION
mux streams of input events
.TP
\fB\-h\fR
show this message and exit
.TP
\fB\-s\fR size
muxer's queue size (default: 100)
.TP
\fB\-c\fR name
name of muxer to create (repeatable)
.TP
\fB\-i\fR name
name of muxer to read input from or switch on
(repeatable in switch mode)
.TP
\fB\-o\fR name
name of muxer to write output to (repeatable)
.SH SEE ALSO
\fBinterception\fR(1), \fBudevmon\fR(1), \fBuinput\fR(1)