diff options
Diffstat (limited to 'docs/Serial-Programming-HOWTO.txt')
-rw-r--r-- | docs/Serial-Programming-HOWTO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Serial-Programming-HOWTO.txt b/docs/Serial-Programming-HOWTO.txt index 0dfc8aa31..8a3954b09 100644 --- a/docs/Serial-Programming-HOWTO.txt +++ b/docs/Serial-Programming-HOWTO.txt | |||
@@ -133,7 +133,7 @@ Seems to be somewhat old, but contains useful bits for getty.c hacking | |||
133 | characters will operate on the incoming data before it is delivered to | 133 | characters will operate on the incoming data before it is delivered to |
134 | the user. | 134 | the user. |
135 | 135 | ||
136 | In non-canonical mode, incoming data is quanitified by use of the | 136 | In non-canonical mode, incoming data is quantified by use of the |
137 | c_cc[VMIN and c_cc[VTIME] values in termios.c_cc[]. | 137 | c_cc[VMIN and c_cc[VTIME] values in termios.c_cc[]. |
138 | 138 | ||
139 | Some programmers use the select() call to detect the completion of a | 139 | Some programmers use the select() call to detect the completion of a |