File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Suppress repetitive signal source errors. Default: disabled.
7878Enable DV-timings querying and events processing to automatic resolution change. Default: disabled.
7979.TP
8080.BR \- b\ \fI N " , " \-\- buffers\ \fI N
81- The number of buffers to receive data from the device. Each buffer may processed using an independent thread.
81+ The number of buffers to receive data from the device. Each buffer may be processed using an independent thread.
8282Default: 2 (the number of CPU cores (but not more than 4) + 1).
8383.TP
8484.BR \- w\ \fI N " , " \-\- workers\ \fI N
Original file line number Diff line number Diff line change @@ -712,7 +712,7 @@ static void _help(
712712 SAY (" -t|--dv-timings ───────────────────── Enable DV-timings querying and events processing" );
713713 SAY (" to automatic resolution change. Default: disabled.\n" );
714714 SAY (" -b|--buffers <N> ──────────────────── The number of buffers to receive data from the device." );
715- SAY (" Each buffer may processed using an independent thread." );
715+ SAY (" Each buffer may be processed using an independent thread." );
716716 SAY (" Default: %u (the number of CPU cores (but not more than 4) + 1).\n" , cap -> n_bufs );
717717 SAY (" -w|--workers <N> ──────────────────── The number of worker threads but not more than buffers." );
718718 SAY (" Default: %u (the number of CPU cores (but not more than 4)).\n" , enc -> n_workers );
You can’t perform that action at this time.
0 commit comments