summaryrefslogtreecommitdiff
path: root/dvb-spec/dvbapi/intro.tex
diff options
context:
space:
mode:
Diffstat (limited to 'dvb-spec/dvbapi/intro.tex')
-rw-r--r--dvb-spec/dvbapi/intro.tex9
1 files changed, 4 insertions, 5 deletions
diff --git a/dvb-spec/dvbapi/intro.tex b/dvb-spec/dvbapi/intro.tex
index acb6b4b85..e026a86e1 100644
--- a/dvb-spec/dvbapi/intro.tex
+++ b/dvb-spec/dvbapi/intro.tex
@@ -110,8 +110,7 @@ The individual devices are called
\begin{itemize}
\item \texttt{/dev/ost/audio},
\item \texttt{/dev/ost/video},
-\item \texttt{/dev/ost/qpskfe},
-\item \texttt{/dev/ost/qamfe},
+\item \texttt{/dev/ost/frontend},
\item \texttt{/dev/ost/sec},
\item \texttt{/dev/ost/demux},
\item \texttt{/dev/ost/ca},
@@ -151,7 +150,7 @@ with multiple DVB cards with more than one frontend or demultiplexer.
Consider, e.g., two DVB cards, one with two frontends and
one demultiplexer, the other with one frontend and two demultiplexers.
If we just assign them consecutive numbers, there would be a demultiplexer
-and a frontend which do notbelong to the same card but have
+and a frontend which do not belong to the same card but have
the same number.
With \textsl{devfs} we propose a different scheme for the device names.
@@ -169,14 +168,14 @@ two demultiplexers and an MPEG2 audio/video decoder is added, the
complete \texttt{/dev/dvb} tree will look like this:
\begin{verbatim}
-/dev/dvb/card0/qam0
+/dev/dvb/card0/frontend0
demux0
/dev/dvb/card1/video0
audio0
demux0
demux1
- qpskfe0
+ frontend0
sec0
\end{verbatim}