Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.9-rc4 23 lines 837 B view raw
1.. Permission is granted to copy, distribute and/or modify this 2.. document under the terms of the GNU Free Documentation License, 3.. Version 1.1 or any later version published by the Free Software 4.. Foundation, with no Invariant Sections, no Front-Cover Texts 5.. and no Back-Cover Texts. A copy of the license is included at 6.. Documentation/userspace-api/media/fdl-appendix.rst. 7.. 8.. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections 9 10.. _dvb_examples: 11 12******** 13Examples 14******** 15 16In the past, we used to have a set of examples here. However, those 17examples got out of date and doesn't even compile nowadays. 18 19Also, nowadays, the best is to use the libdvbv5 DVB API nowadays, 20with is fully documented. 21 22Please refer to the `libdvbv5 <https://linuxtv.org/docs/libdvbv5/index.html>`__ 23for updated/recommended examples.