1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
.TH tzap 1 "February 14, 2010"
.SH NAME
tzap \- a program to process channels.conf files.
.SH SYNOPSIS
.B tzap
.RI [ options ] <channel_name>
.br
.SH DESCRIPTION
This manual page documents briefly the
.B tzap
commands.
.PP
\fBtzap\fP is a program to process channels.conf files.
.SH OPTIONS
.TP
.B \-a number
use given adapter (default 0)
.TP
.B \-f number
use given frontend (default 0)
.TP
.B \-d number
use given demux (default 0)
.TP
.B \-c file
read channels list from 'file'
.TP
.B \-x
exit after tuning
.TP
.B \-H
human readable output
.TP
.B \-r
set up /dev/dvb/adapterX/dvr0 for TS recording
.TP
.B \-s
only print summary
.TP
.B \-S
run silently (no output)
.TP
.B \-F
set up frontend only, don't touch demux
.TP
.B \-t number
timeout (seconds)
.TP
.B \-o file
output filename (use -o - for stdout)
.TP
.B \-h
display this help and exit
.br
.PP
This manual page was written by Uwe Bugla <uwe.bugla@gmx.de>.
|