diff options
author | June McEnroe <june@causal.agency> | 2021-10-18 14:07:35 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-10-18 14:07:35 -0400 |
commit | b6e952c80154be7ad8942ea7b139f31af64ac804 (patch) | |
tree | aa894ba14354b7e0e22fc4e5179ce8d9d6be7bff /bin/man1 | |
parent | Swap functions of ^Q and ^S in ptee (diff) | |
download | src-b6e952c80154be7ad8942ea7b139f31af64ac804.tar.gz src-b6e952c80154be7ad8942ea7b139f31af64ac804.zip |
Add ptee -t to output media copy at an interval
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/ptee.1 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/man1/ptee.1 b/bin/man1/ptee.1 index ba615f27..bb381ecb 100644 --- a/bin/man1/ptee.1 +++ b/bin/man1/ptee.1 @@ -8,6 +8,7 @@ . .Sh SYNOPSIS .Nm +.Op Fl t Ar ms .Ar command ... .Cm > .Ar file @@ -32,6 +33,16 @@ Type .Ic ^Q to toggle writing to standard output. . +.Pp +The arguments are as follows: +.Bl -tag -width Ds +.It Fl t Ar ms +Write a media copy sequence +to standard output every +.Ar ms +milliseconds. +.El +. .Sh SEE ALSO .Xr script 1 . |