summary refs log tree commit diff
path: root/bin/man1/modem.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-17 14:50:03 -0500
committerJune McEnroe <june@causal.agency>2019-01-17 14:50:03 -0500
commit547f58947034e590ba4c2adcfcbfed6b8c88d6f3 (patch)
treee6c219f33210e7336244fb18ec7259df492ff917 /bin/man1/modem.1
parentDon't use string functions in ttpre (diff)
downloadsrc-547f58947034e590ba4c2adcfcbfed6b8c88d6f3.tar.gz
src-547f58947034e590ba4c2adcfcbfed6b8c88d6f3.zip
Reorganize bin and Makefile once again
Diffstat (limited to 'bin/man1/modem.1')
-rw-r--r--bin/man1/modem.122
1 files changed, 22 insertions, 0 deletions
diff --git a/bin/man1/modem.1 b/bin/man1/modem.1
new file mode 100644
index 00000000..f6bf22de
--- /dev/null
+++ b/bin/man1/modem.1
@@ -0,0 +1,22 @@
+.Dd September 7, 2018
+.Dt MODEM 1
+.Os
+.
+.Sh NAME
+.Nm modem
+.Nd fixed baud rate wrapper
+.
+.Sh SYNOPSIS
+.Nm
+.Ar command ...
+.
+.Sh DESCRIPTION
+.Nm
+runs the
+.Ar command
+in a new PTY
+with a fixed baud rate
+of 19.2 kbps.
+.
+.Sh SEE ALSO
+.Xr forkpty 3