mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 23:23:03 +00:00
b96cd8b05e
Based on discussion starting as 87mthw2o93.fsf@meer.lwn.net, let's move the tty documentation to driver-api. It's more appropriate there. Cc: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Jiri Slaby <jslaby@suse.cz> Link: https://lore.kernel.org/r/20220411110143.10019-2-jslaby@suse.cz Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
23 lines
368 B
ReStructuredText
23 lines
368 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
=====
|
|
N_TTY
|
|
=====
|
|
|
|
.. contents:: :local:
|
|
|
|
The default (and fallback) :doc:`TTY line discipline <tty_ldisc>`. It tries to
|
|
handle characters as per POSIX.
|
|
|
|
External Functions
|
|
==================
|
|
|
|
.. kernel-doc:: drivers/tty/n_tty.c
|
|
:export:
|
|
|
|
Internal Functions
|
|
==================
|
|
|
|
.. kernel-doc:: drivers/tty/n_tty.c
|
|
:internal:
|