1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Minor rewording / update

This commit is contained in:
Nick Patavalis
2018-01-18 10:31:14 +02:00
parent 7bc133c8f9
commit 36b1dea5b2

View File

@ -143,7 +143,7 @@ values.
The details of how the kernel updates the termios2 structure with the
baudrate values supplied by the serial drivers can be seen in file
"drivers/tty/tty_ioctl.c", function "tty_termios_encode_baud_rate()"
which is what the serial drivers call to notify the kernel about the
effective baudrate.
"drivers/tty/tty_ioctl.c", or "drivers/tty/tty_baudrate.c" function
"tty_termios_encode_baud_rate()" which is what the serial drivers call
to notify the kernel about the effective baudrate.