···24242525 admin-guide/index26262727+Application-developer documentation2828+-----------------------------------2929+3030+The user-space API manual gathers together documents describing aspects of3131+the kernel interface as seen by application developers.3232+3333+.. toctree::3434+ :maxdepth: 23535+3636+ userspace-api/index 3737+3838+2739Introduction to kernel development2840----------------------------------2941
+10
Documentation/userspace-api/conf.py
···11+# -*- coding: utf-8; mode: python -*-22+33+project = "The Linux kernel user-space API guide"44+55+tags.add("subproject")66+77+latex_documents = [88+ ('index', 'userspace-api.tex', project,99+ 'The kernel development community', 'manual'),1010+]
+24
Documentation/userspace-api/index.rst
···11+=====================================22+The Linux kernel user-space API guide33+=====================================44+55+.. _man-pages: https://www.kernel.org/doc/man-pages/66+77+While much of the kernel's user-space API is documented elsewhere88+(particularly in the man-pages_ project), some user-space information can99+also be found in the kernel tree itself. This manual is intended to be the1010+place where this information is gathered.1111+1212+.. class:: toc-title1313+1414+ Table of contents1515+1616+.. toctree::1717+ :maxdepth: 21818+1919+.. only:: subproject and html2020+2121+ Indices2222+ =======2323+2424+ * :ref:`genindex`