We have a handful of ioctl() documentation that doesn't really merit a top-level directory, especially when there are more suitable places for it. So: - Move botching-up-ioctls.rst to the process guide; it's aimed at kernel developers so should be where they will look. - Move the rest to the userspace-api book along with the rest of the user-space documentation. Jonathan Corbet (2): docs: move botching-up-ioctls.rst to the process guide docs: Move the user-space ioctl() docs to userspace-api Documentation/index.rst | 1 - Documentation/{ioctl => process}/botching-up-ioctls.rst | 0 Documentation/process/index.rst | 1 + Documentation/userspace-api/index.rst | 1 + Documentation/{ => userspace-api}/ioctl/cdrom.rst | 0 Documentation/{ => userspace-api}/ioctl/hdio.rst | 0 Documentation/{ => userspace-api}/ioctl/index.rst | 1 - Documentation/{ => userspace-api}/ioctl/ioctl-decoding.rst | 0 Documentation/{ => userspace-api}/ioctl/ioctl-number.rst | 0 9 files changed, 2 insertions(+), 2 deletions(-) rename Documentation/{ioctl => process}/botching-up-ioctls.rst (100%) rename Documentation/{ => userspace-api}/ioctl/cdrom.rst (100%) rename Documentation/{ => userspace-api}/ioctl/hdio.rst (100%) rename Documentation/{ => userspace-api}/ioctl/index.rst (86%) rename Documentation/{ => userspace-api}/ioctl/ioctl-decoding.rst (100%) rename Documentation/{ => userspace-api}/ioctl/ioctl-number.rst (100%) -- 2.21.0