summary refs log tree commit diff
path: root/bin/man1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-08 20:11:36 -0400
committerJune McEnroe <june@causal.agency>2019-07-08 20:11:36 -0400
commit29a2bc189d001d2f92ba8d38baaaefd20a4b84b1 (patch)
treec87e379c6326810b4aedd9f6651fe47a5e1673d3 /bin/man1
parentAdd ptee (diff)
downloadsrc-29a2bc189d001d2f92ba8d38baaaefd20a4b84b1.tar.gz
src-29a2bc189d001d2f92ba8d38baaaefd20a4b84b1.zip
Document lack of window size propagation
Diffstat (limited to 'bin/man1')
-rw-r--r--bin/man1/hnel.19
-rw-r--r--bin/man1/modem.17
-rw-r--r--bin/man1/ptee.14
3 files changed, 14 insertions, 6 deletions
diff --git a/bin/man1/hnel.1 b/bin/man1/hnel.1
index 4dc4b9ea..82305be8 100644
--- a/bin/man1/hnel.1
+++ b/bin/man1/hnel.1
@@ -1,4 +1,4 @@
-.Dd September 7, 2018
+.Dd July 8, 2019
 .Dt HNEL 1
 .Os
 .
@@ -29,5 +29,8 @@ to toggle remapping.
 .Dl hnel '[]{}' '{}[]' vim
 .
 .Sh SEE ALSO
-.Xr tr 1 ,
-.Xr forkpty 3
+.Xr tr 1
+.
+.Sh BUGS
+Window size changes are not propagated
+to the child PTY.
diff --git a/bin/man1/modem.1 b/bin/man1/modem.1
index f6bf22de..522242b3 100644
--- a/bin/man1/modem.1
+++ b/bin/man1/modem.1
@@ -1,4 +1,4 @@
-.Dd September 7, 2018
+.Dd July 8, 2019
 .Dt MODEM 1
 .Os
 .
@@ -18,5 +18,6 @@ in a new PTY
 with a fixed baud rate
 of 19.2 kbps.
 .
-.Sh SEE ALSO
-.Xr forkpty 3
+.Sh BUGS
+Window size changes are not propagated
+to the child PTY.
diff --git a/bin/man1/ptee.1 b/bin/man1/ptee.1
index 661c4888..3c9ab568 100644
--- a/bin/man1/ptee.1
+++ b/bin/man1/ptee.1
@@ -25,3 +25,7 @@ to a file or pipe.
 .
 .Sh SEE ALSO
 .Xr tee 1
+.
+.Sh BUGS
+Window size changes are not propagated
+to the child PTY.