diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-18 17:13:24 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 09:20:28 -0300 |
commit | 616b81db2fa757f48895242ea6aaf3c1a1ad22f4 (patch) | |
tree | a4ae59b5c71b3a0ed698fc9b0831269bf4ccf7f5 | |
parent | 09fdc957ad0d0ee83c00cd1e0c3a605047f63bf7 (diff) | |
download | linux-616b81db2fa757f48895242ea6aaf3c1a1ad22f4.tar.gz linux-616b81db2fa757f48895242ea6aaf3c1a1ad22f4.tar.bz2 linux-616b81db2fa757f48895242ea6aaf3c1a1ad22f4.zip |
docs: ioctl: add it to the uAPI guide
While 100% of its contents is userspace, let's keep the dir
at the same place, as this is a well-known location.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
-rw-r--r-- | Documentation/index.rst | 1 | ||||
-rw-r--r-- | Documentation/ioctl/index.rst | 2 | ||||
-rw-r--r-- | Documentation/ioctl/ioctl-number.rst | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index c4f9610b6167..864daf8805a4 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -56,6 +56,7 @@ the kernel interface as seen by application developers. :maxdepth: 2 userspace-api/index + ioctl/index Introduction to kernel development diff --git a/Documentation/ioctl/index.rst b/Documentation/ioctl/index.rst index 1a6f437566e3..0f0a857f6615 100644 --- a/Documentation/ioctl/index.rst +++ b/Documentation/ioctl/index.rst @@ -1,4 +1,4 @@ -:orphan: +.. SPDX-License-Identifier: GPL-2.0 ====== IOCTLs diff --git a/Documentation/ioctl/ioctl-number.rst b/Documentation/ioctl/ioctl-number.rst index fcf9623a599f..7f8dcae7a230 100644 --- a/Documentation/ioctl/ioctl-number.rst +++ b/Documentation/ioctl/ioctl-number.rst @@ -1,5 +1,3 @@ -:orphan: - ============= Ioctl Numbers ============= |