diff --git a/Documentation/DocBook/media/dvb/dvbapi.xml b/Documentation/DocBook/media/dvb/dvbapi.xml
index 4c15396c67e5911f0121f9ff21629fc24db0ccf3..dc8cb558f9fd429366c58660b880d36b47e2cb11 100644
--- a/Documentation/DocBook/media/dvb/dvbapi.xml
+++ b/Documentation/DocBook/media/dvb/dvbapi.xml
@@ -28,12 +28,22 @@
Convergence GmbH
- 2009-2014
+ 2009-2015
Mauro Carvalho Chehab
+
+ 2.1.0
+ 2015-05-29
+ mcc
+
+ DocBook improvements and cleanups, in order to document the
+ system calls on a more standard way and provide more description
+ about the current DVB API.
+
+
2.0.4
2011-05-06
@@ -95,18 +105,26 @@ Added ISDB-T test originally written by Patrick Boettcher
&sub-demux;
-
- &sub-video;
-
-
- &sub-audio;
-
&sub-ca;
&sub-net;
+
+ DVB Deprecated APIs
+ The APIs described here are kept only for historical reasons. There's
+ just one driver for a very legacy hardware that uses this API. No
+ modern drivers should use it. Instead, audio and video should be using
+ the V4L2 and ALSA APIs, and the pipelines should be set using the
+ Media Controller API
+
+
+
&sub-kdapi;
diff --git a/Documentation/DocBook/media/dvb/examples.xml b/Documentation/DocBook/media/dvb/examples.xml
index f037e568eb6e7d2ef50a30b8b0aa62fc05c86dfd..c9f68c7183cca21ddd4ef7c9a6549fe56cfa953d 100644
--- a/Documentation/DocBook/media/dvb/examples.xml
+++ b/Documentation/DocBook/media/dvb/examples.xml
@@ -1,8 +1,10 @@
Examples
In this section we would like to present some examples for using the DVB API.
-Maintainer note: This section is out of date. Please refer to the sample programs packaged
-with the driver distribution from .
+NOTE: This section is out of date, and the code below won't even
+ compile. Please refer to the
+ libdvbv5
+ for updated/recommended examples.
diff --git a/Documentation/DocBook/media/dvb/intro.xml b/Documentation/DocBook/media/dvb/intro.xml
index 4a34ef4783a41b68df0f951ea7a39632180a573a..1f7a35a2b3652eb6539e5c69309ddbc4fcab7e84 100644
--- a/Documentation/DocBook/media/dvb/intro.xml
+++ b/Documentation/DocBook/media/dvb/intro.xml
@@ -205,7 +205,7 @@ a partial path like:
additional include file linux/dvb/version.h exists, which defines the
constant DVB_API_VERSION. This document
-describes DVB_API_VERSION 5.8.
+describes DVB_API_VERSION 5.10.