diff options
author | rjkm <devnull@localhost> | 2001-09-19 18:48:28 -0300 |
---|---|---|
committer | rjkm <devnull@localhost> | 2001-09-19 18:48:28 -0300 |
commit | f1e2fc77631891bd568baff424cbe535a2795d65 (patch) | |
tree | 2585d15a9f5d6c9298feb18ceefad4b797f58ebe | |
parent | 7577c23439dfbc1d67e490d9dfa4cbd8e3b548ed (diff) | |
download | mediapointer-dvb-s2-f1e2fc77631891bd568baff424cbe535a2795d65.tar.gz mediapointer-dvb-s2-f1e2fc77631891bd568baff424cbe535a2795d65.tar.bz2 |
removed some typos
-rw-r--r-- | dvb-spec/dvbapi/frontend.tex | 1 | ||||
-rw-r--r-- | dvb-spec/dvbapi/kdapi.tex | 4 | ||||
-rw-r--r-- | dvb-spec/dvbapi/sec.tex | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/dvb-spec/dvbapi/frontend.tex b/dvb-spec/dvbapi/frontend.tex index 74f21225d..5b496c688 100644 --- a/dvb-spec/dvbapi/frontend.tex +++ b/dvb-spec/dvbapi/frontend.tex @@ -288,7 +288,6 @@ typedef enum { another front-end device. To affect an unconditional power down, it should be done explicitly using the OST\_SET\_POWER\_STATE ioctl. - This system call closes a previously opened audio device. }{ int fd & File descriptor returned by a previous call to open().\\ }{ diff --git a/dvb-spec/dvbapi/kdapi.tex b/dvb-spec/dvbapi/kdapi.tex index 6cee25c85..59490299b 100644 --- a/dvb-spec/dvbapi/kdapi.tex +++ b/dvb-spec/dvbapi/kdapi.tex @@ -41,7 +41,7 @@ typedef enum { \label{dmxtspest} The structure -/\begin{verbatim} +\begin{verbatim} typedef enum { DMX_TS_PES_AUDIO, /* also send packets to audio decoder (if it exists) */ @@ -109,8 +109,8 @@ typedef struct dmx_pes_feed_s { \end{verbatim} -\begin{verbatim} \label{sectionfilter} +\begin{verbatim} typedef struct { __u8 filter_value [DMX_MAX_FILTER_SIZE]; __u8 filter_mask [DMX_MAX_FILTER_SIZE]; diff --git a/dvb-spec/dvbapi/sec.tex b/dvb-spec/dvbapi/sec.tex index 6ccd89481..88342c3a6 100644 --- a/dvb-spec/dvbapi/sec.tex +++ b/dvb-spec/dvbapi/sec.tex @@ -198,7 +198,7 @@ typedef enum { EINTERNAL & Internal error in the device driver.\\ } -\ifunction{SEC\_RESET\_OVERLOAD}{ +\ifunction{SEC\_SEND\_SEQUENCE}{ int ioctl(int fd, int request = SEC\_SEND\_SEQUENCE, struct secCmdSequence *seq); }{ This ioctl call is used to send a sequence of DiSEqCTM and/or V-SEC |