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.
Enroe 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe