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 | a7bab29e11080b9e365c814ef8fc3aa6dee80189 (patch) | |
tree | 286e70343bb8e0096c80c20ea651f50a3c489c0e /bin/man1 | |
parent | Swap functions of ^Q and ^S in ptee (diff) | |
download | src-a7bab29e11080b9e365c814ef8fc3aa6dee80189.tar.gz src-a7bab29e11080b9e365c814ef8fc3aa6dee80189.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 . |