mirror of https://gitee.com/openkylin/linux.git
doc-rst: dvbapi: Fix conversion issues
The conversion of this file didn't happen too well. We want the items numbered, and format it just like what we did with part 1 of the document. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
b97cd1496d
commit
32b37440dd
|
@ -12,6 +12,7 @@ LINUX DVB API
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
:numbered:
|
||||||
|
|
||||||
intro
|
intro
|
||||||
frontend
|
frontend
|
||||||
|
@ -32,28 +33,34 @@ LINUX DVB API
|
||||||
Revision and Copyright
|
Revision and Copyright
|
||||||
**********************
|
**********************
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
|
||||||
:author: Metzler Ralph (*J. K.*)
|
- J. K. Metzler, Ralph <rjkm@metzlerbros.de>
|
||||||
:address: rjkm@metzlerbros.de
|
|
||||||
|
|
||||||
:author: Metzler Marcus (*O. C.*)
|
- Original author of the DVB API documentation.
|
||||||
:address: rjkm@metzlerbros.de
|
|
||||||
|
|
||||||
:author: Chehab Mauro (*Carvalho*)
|
- O. C. Metzler, Marcus <rjkm@metzlerbros.de>
|
||||||
:address: m.chehab@samsung.com
|
|
||||||
:contrib: Ported document to Docbook XML.
|
|
||||||
|
|
||||||
**Copyright** |copy| 2002, 2003 : Convergence GmbH
|
- Original author of the DVB API documentation.
|
||||||
|
|
||||||
|
- Carvalho Chehab, Mauro <m.chehab@kernel.org>
|
||||||
|
|
||||||
|
- Ported document to Docbook XML, addition of DVBv5 API, documentation gaps fix.
|
||||||
|
|
||||||
|
**Copyright** |copy| 2002-2003 : Convergence GmbH
|
||||||
|
|
||||||
**Copyright** |copy| 2009-2016 : Mauro Carvalho Chehab
|
**Copyright** |copy| 2009-2016 : Mauro Carvalho Chehab
|
||||||
|
|
||||||
|
****************
|
||||||
|
Revision History
|
||||||
|
****************
|
||||||
|
|
||||||
:revision: 2.1.0 / 2015-05-29 (*mcc*)
|
:revision: 2.1.0 / 2015-05-29 (*mcc*)
|
||||||
|
|
||||||
DocBook improvements and cleanups, in order to document the system calls
|
DocBook improvements and cleanups, in order to document the system calls
|
||||||
on a more standard way and provide more description about the current
|
on a more standard way and provide more description about the current
|
||||||
DVB API.
|
DVB API.
|
||||||
|
|
||||||
|
|
||||||
:revision: 2.0.4 / 2011-05-06 (*mcc*)
|
:revision: 2.0.4 / 2011-05-06 (*mcc*)
|
||||||
|
|
||||||
Add more information about DVB APIv5, better describing the frontend
|
Add more information about DVB APIv5, better describing the frontend
|
||||||
|
|
Loading…
Reference in New Issue