File: uinput.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 (23 lines) | stat: -rw-r--r-- 645 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
.TH UINPUT "1" "May 2022" "uinput 0.6.4" "User Commands"
.SH NAME
uinput \- redirect device input events from stdin to virtual device
.SH SYNOPSIS
uinput [\-h | [\-p] [\-c device.yaml] [\-d devnode]]
.SH DESCRIPTION
redirect device input events from stdin to virtual device
.TP
\fB\-h\fR
show this message and exit
.TP
\fB\-p\fR
show resulting YAML device description merge and exit
.TP
\fB\-c\fR device.yaml
merge YAML device description to resulting virtual
device (repeatable)
.TP
\fB\-d\fR devnode
merge reference device description to resulting virtual
device (repeatable)
.SH SEE ALSO
\fBinterception\fR(1), \fBmux\fR(1), \fBudevmon\fR(1)