summaryrefslogtreecommitdiff
path: root/Documentation/linux_tv/media/dvb/dmx-set-source.rst
AgeCommit message (Collapse)AuthorFilesLines
2016-07-05doc-rst: linux_tv: reformat all syscall pagesMauro Carvalho Chehab1-10/+14
The syscall pages are written to be used also as man-pages. However, they don't match the format used by kernel-doc generated pages from DocBook. Rewrite them to match it. One side effect is that now all such pages at the book will have the same format, reducing the format differences between DVB and the other parts of the book. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2016-07-05doc-rst: linux_tv: split DVB function call documentationMauro Carvalho Chehab1-0/+54
Just like V4L, split the DVB function calls into one file per system call. This is a requirement for the man pages creator on Sphinx to work, and makes the document easier to maintain. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>