mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
docs: driver-api: pti_intel_mid: Enable syntax highlighting for C code block
This makes the code snippet more readable. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
a016e09294
commit
7867dbb4ea
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ but is not just blindly executing as 'root'. Keep in mind
|
|||
the use of ioctl(,TIOCSETD,) is not specific to the n_tracerouter
|
||||
and n_tracesink line discpline drivers but is a generic
|
||||
operation for a program to use a line discpline driver
|
||||
on a tty port other than the default n_tty::
|
||||
on a tty port other than the default n_tty:
|
||||
|
||||
.. code-block:: c
|
||||
|
||||
/////////// To hook up n_tracerouter and n_tracesink /////////
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue