diff options
author | June McEnroe <june@causal.agency> | 2019-07-08 20:11:36 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-07-08 20:11:36 -0400 |
commit | 29a2bc189d001d2f92ba8d38baaaefd20a4b84b1 (patch) | |
tree | c87e379c6326810b4aedd9f6651fe47a5e1673d3 /bin/man1/ptee.1 | |
parent | Add ptee (diff) | |
download | src-29a2bc189d001d2f92ba8d38baaaefd20a4b84b1.tar.gz src-29a2bc189d001d2f92ba8d38baaaefd20a4b84b1.zip |
Document lack of window size propagation
Diffstat (limited to '')
-rw-r--r-- | bin/man1/ptee.1 | 4 |
1 files changed, 4 insertions, 0 deletions
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. |