From 377e1bc213e9364c0faa314695c7269237e778b1 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 18 Oct 2021 13:52:12 -0400 Subject: Swap functions of ^Q and ^S in ptee --- bin/man1/ptee.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin/man1') 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 -- cgit 1.4.1 itch'/> dontfiles
summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/README (unfollow)
Commit message (Expand)Author
2021-01-20Avoid matching ':' in make tagsJune McEnroe
2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe
2021-01-19Escape \ and / in mtags search patternsJune McEnroe
2021-01-20Use mtags in source-filterJune McEnroe
2021-01-19Add mtags to generate tags for make and mdocJune McEnroe
2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe
2021-01-19Don't use a pager if reading standard inputJune McEnroe
2021-01-19Support BSD make syntax and match *.amJune McEnroe
2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe
2021-01-18Allow matching lexers using first input lineJune McEnroe