summaryrefslogtreecommitdiff
path: root/sys/man/1/tty
blob: 6921c0d0f0ce4f5da900ba228f23fde6ec178ac4 (plain)
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
26
.TH TTY 1
.SH NAME
tty \- cooked mode emulator
.SH SYNOPSIS
.B tty
[-D]
.I cmd
.I arg1
.I arg2
.I ...
.SH DESCRIPTION
.PP
.I Tty
binds an intermediate "cooked mode" layer between
.I cmd
and
.I /dev/cons.
.SH EXAMPLE
.LP
Provide <DEL> support for a command run on the text console:
.sp 1
.EX
% tty import -c cirno / /n/cirno
.EE
.SH SOURCE
.B /sys/src/cmd/tty.c