summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-14 15:30:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-14 15:30:39 +0000
commit139642898259978bd0c2200586c2bfdf5deaee5f (patch)
tree10e28a5e7d82d74e1ca5288e122f17236431f133 /doc/bsp_howto
parent2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-139642898259978bd0c2200586c2bfdf5deaee5f.tar.bz2
2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsp_howto/console.t: Capitalization.
Diffstat (limited to 'doc/bsp_howto')
-rw-r--r--doc/bsp_howto/console.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bsp_howto/console.t b/doc/bsp_howto/console.t
index c855e0e180..a46bac6146 100644
--- a/doc/bsp_howto/console.t
+++ b/doc/bsp_howto/console.t
@@ -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.