diff --git a/doc/ChangeLog b/doc/ChangeLog index cf37a5e493..918f44b147 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2009-10-14 Joel Sherrill + + * bsp_howto/console.t: Capitalization. + 2009-10-14 Joel Sherrill * user/preface.texi: Remove UNIX and update port list. 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.