diff options
author | Jonathan Corbet <corbet@lwn.net> | 2017-04-08 11:25:37 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-04-08 11:25:37 -0600 |
commit | 3d885bef0c4570d21b2caf90d9e3f76e4c90333d (patch) | |
tree | 8b3a2cbaa537072612bf566e6488768e75bee799 /Documentation/index.rst | |
parent | 9581539e30dcc0255e8bab0c40177f7f61b59a29 (diff) | |
parent | f504d47be5e8fa7ecf2bf660b18b42e6960c0eb2 (diff) | |
download | linux-3d885bef0c4570d21b2caf90d9e3f76e4c90333d.tar.gz linux-3d885bef0c4570d21b2caf90d9e3f76e4c90333d.tar.bz2 linux-3d885bef0c4570d21b2caf90d9e3f76e4c90333d.zip |
Merge branch 'user-space-api' into docs-next
Create a beginning user-space API manual, and add one old doc that nobody
cares much about. More useful stuff should come soon...
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r-- | Documentation/index.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index 5058a3c3df3a..61306a22888d 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -24,6 +24,18 @@ trying to get it to work optimally on a given system. admin-guide/index +Application-developer documentation +----------------------------------- + +The user-space API manual gathers together documents describing aspects of +the kernel interface as seen by application developers. + +.. toctree:: + :maxdepth: 2 + + userspace-api/index + + Introduction to kernel development ---------------------------------- |