summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-07 19:28:50 -0400
committerJune McEnroe <june@causal.agency>2018-09-07 19:28:50 -0400
commit5ee7860750fbc47be7e2cb7f675dd9853b0f6c8f (patch)
tree4936eb8630e39550b3fed1a01d3d527330e0e9e0 /bin
parentAdd klon.6 (diff)
downloadsrc-5ee7860750fbc47be7e2cb7f675dd9853b0f6c8f.tar.gz
src-5ee7860750fbc47be7e2cb7f675dd9853b0f6c8f.zip
Add modem.1
Diffstat (limited to 'bin')
-rw-r--r--bin/modem.118
1 files changed, 18 insertions, 0 deletions
diff --git a/bin/modem.1 b/bin/modem.1
new file mode 100644
index 00000000..b54e23e5
--- /dev/null
+++ b/bin/modem.1
@@ -0,0 +1,18 @@
+.Dd $Mdocdate$
+.Dt MODEM 1
+.Os "Causal Agency"
+.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