diff options
author | June McEnroe <june@causal.agency> | 2019-07-08 20:17:58 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-07-08 20:17:58 -0400 |
commit | a81588b1f7cc00cb18a243feb04fba96c7031e1f (patch) | |
tree | ed680136dd53dc0ee854a060b9811223dc7de8f9 /bin/man1 | |
parent | Document lack of window size propagation (diff) | |
download | src-a81588b1f7cc00cb18a243feb04fba96c7031e1f.tar.gz src-a81588b1f7cc00cb18a243feb04fba96c7031e1f.zip |
Add ^S toggle to ptee
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/ptee.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/man1/ptee.1 b/bin/man1/ptee.1 index 3c9ab568..a38d61c7 100644 --- a/bin/man1/ptee.1 +++ b/bin/man1/ptee.1 @@ -23,6 +23,11 @@ and standard output. Standard output must be redirected to a file or pipe. . +.Pp +Type +.Ic ^S +to toggle writing to standard output. +. .Sh SEE ALSO .Xr tee 1 . |