2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>

* bsp_howto/console.t: Capitalization.
This commit is contained in:
Joel Sherrill
2009-10-14 15:30:39 +00:00
parent c8c466e7a1
commit 1396428982
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsp_howto/console.t: Capitalization.
2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/preface.texi: Remove UNIX and update port list.

View File

@@ -52,7 +52,7 @@ Having RTEMS support for Termios is beneficial because:
@item from the user's side because it provides standard primitive operations
to access the terminal and change configuration settings. These operations
are the same under Unix and Rtems.
are the same under UNIX and RTEMS.
@item from the BSP developer's side because it frees the
developer from dealing with buffer states and mutual exclusions on them.