diff options
author | June McEnroe <june@causal.agency> | 2018-09-07 19:28:50 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-07 19:28:50 -0400 |
commit | 5ee7860750fbc47be7e2cb7f675dd9853b0f6c8f (patch) | |
tree | 4936eb8630e39550b3fed1a01d3d527330e0e9e0 /bin/modem.1 | |
parent | Add klon.6 (diff) | |
download | src-5ee7860750fbc47be7e2cb7f675dd9853b0f6c8f.tar.gz src-5ee7860750fbc47be7e2cb7f675dd9853b0f6c8f.zip |
Add modem.1
Diffstat (limited to 'bin/modem.1')
-rw-r--r-- | bin/modem.1 | 18 |
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 |