OSDN Git Service

Documentation: add TTY chapter
authorJiri Slaby <jslaby@suse.cz>
Fri, 26 Nov 2021 08:16:11 +0000 (09:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Nov 2021 15:27:43 +0000 (16:27 +0100)
commit3f19fed8d0daed6e0e04b130d203d4333b757901
tree80f1b8c225f6e37f9c73051660c799f27a104bf6
parent31bc35d3346f24315c48ef8c92282c6c4f1bdd12
Documentation: add TTY chapter

We now have all the kernel-doc comments in the code ready. So add a
couple of documents dragging those into generated docs from
Documentation/. There is only some sugar text around included
kernel-docs here.

It's a complete chapter, to be extended later as desired. This is a
solid cornerstone for the time being, I believe.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20211126081611.11001-24-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/index.rst
Documentation/tty/index.rst [new file with mode: 0644]
Documentation/tty/n_tty.rst [new file with mode: 0644]
Documentation/tty/tty_buffer.rst [new file with mode: 0644]
Documentation/tty/tty_driver.rst [new file with mode: 0644]
Documentation/tty/tty_internals.rst [new file with mode: 0644]
Documentation/tty/tty_ldisc.rst
Documentation/tty/tty_port.rst [new file with mode: 0644]
Documentation/tty/tty_struct.rst [new file with mode: 0644]