diff options
author | etobi <git@e-tobi.net> | 2013-09-03 09:48:45 +0200 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2013-09-03 09:48:45 +0200 |
commit | 9fe4d4ea9c054e539ab679ed2e9c076c35beb69d (patch) | |
tree | affff927f15c8ae6c77890cc9564855efe2e51db /util/alevt/alevt.1 | |
parent | 9a5228e0f2b898367b7943d294be58caf6ce8bb3 (diff) | |
download | linux-dvb-apps-9fe4d4ea9c054e539ab679ed2e9c076c35beb69d.tar.gz |
Imported Upstream version 1.1.1+rev1355upstream/1.1.1+rev1355
Diffstat (limited to 'util/alevt/alevt.1')
-rw-r--r-- | util/alevt/alevt.1 | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/util/alevt/alevt.1 b/util/alevt/alevt.1 new file mode 100644 index 0000000..68bff45 --- /dev/null +++ b/util/alevt/alevt.1 @@ -0,0 +1,60 @@ +.TH alevt 1 "February 07, 2010" +.SH NAME +alevt \- a teletext browser for analogue and DVB channels. +.SH SYNOPSIS +.B alevt +.RI [ options ] +.br +.SH DESCRIPTION +This manual page documents briefly the +.B alevt +commands. +.PP +\fBalevt\fP is a program to read teletext from analogue or DVB channels. +.SH OPTIONS +.TP +.B \-c <channel> +channel name (dvb only) +.TP +.B \-ch -child <ppp.ss> +child window +.TP +.B \-cs -charset <latin-1/2/koi8-r/iso8859-7> +character set +.TP +.B \-h -help +print this page +.TP +.B \-o <outfile> +path + file for all services (dvb only) +.TP +.B \-p -parent <ppp.ss> +parent window +.TP +.B \-s -sid <sid> +service id (dvb only) +.TP +.B \-t -ttpid <ttpid> +teletext pid (dvb only) +.TP +.B \-v -vbi <vbidev> +vbi device +.TP +Sequence: /dev/vbi; /dev/vbi0; /dev/video0; /dev/dvb/adapter0/demux0 +.TP +Order is important! Each page number opens a new window +with the previously given geometry, device, and display. +.TP +ppp.ss stands for a page number and an optional +subpage number (example: 123.4). +.TP +The -child option requires a parent window. So it must +be preceded by a parent or another child window. +.TP +.SH SEE ALSO +.BR alevt-cap (1), alevt-date (1). +.br +.SH AUTHOR +alevt was written by Edgar Toernig <froese@gmx.de>. +.PP +This manual page was written by Uwe Bugla <uwe.bugla@gmx.de>. |