summary refs log tree commit diff
path: root/bin/man1/modem.1
blob: a4bbc3f1b46d762a992b3d09d319866d68f3bc5f (plain) (blame)
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
27
28
29
30
31
.Dd December  8, 2020
.Dt MODEM 1
.Os
.
.Sh NAME
.Nm modem
.Nd fixed baud rate wrapper
.
.Sh SYNOPSIS
.Nm
.Op Fl r Ar rate
.Ar command ...
.
.Sh DESCRIPTION
.Nm
runs the
.Ar command
in a new PTY
with a fixed baud rate.
.
.Pp
The arguments are as follows:
.Bl -tag -width Ds
.It Fl r Ar rate
Set the baud rate.
The default is 19200.
.El
.
.Sh BUGS
Window size changes are not propagated
to the child PTY.