diff options
author | June McEnroe <june@causal.agency> | 2021-10-18 13:52:12 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-10-18 13:52:12 -0400 |
commit | 813352679a1feafb8e43b51e45edeaf4abcb3f98 (patch) | |
tree | 2559e4255b24c11ca93a266bdf3d635d2b14651f /bin/man1 | |
parent | Add shotty -i to output inline colors (diff) | |
download | src-813352679a1feafb8e43b51e45edeaf4abcb3f98.tar.gz src-813352679a1feafb8e43b51e45edeaf4abcb3f98.zip |
Swap functions of ^Q and ^S in ptee
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/ptee.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/man1/ptee.1 b/bin/man1/ptee.1 index 04f9cdac..ba615f27 100644 --- a/bin/man1/ptee.1 +++ b/bin/man1/ptee.1 @@ -1,4 +1,4 @@ -.Dd July 17, 2019 +.Dd October 18, 2021 .Dt PTEE 1 .Os . @@ -26,14 +26,14 @@ to a file or pipe. .Pp Type .Ic ^S -to toggle writing to standard output. +to write a media copy sequence +to standard output. Type .Ic ^Q -to write the media copy sequence for -.Xr shotty 1 . +to toggle writing to standard output. . .Sh SEE ALSO -.Xr tee 1 +.Xr script 1 . .Sh BUGS Window size changes are not propagated |