From d389819eea3a84e388935153e3be847342809da3 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 18 Jan 2016 00:37:40 -0500 Subject: Convert all Unicode to ASCII(128) --- bsp_howto/console.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bsp_howto/console.rst') diff --git a/bsp_howto/console.rst b/bsp_howto/console.rst index 13f7a6c..5436bfb 100644 --- a/bsp_howto/console.rst +++ b/bsp_howto/console.rst @@ -36,11 +36,11 @@ and are at http://opengroup.org/onlinepubs/007908775/xsh/termios.h.html. Having RTEMS support for Termios is beneficial because: -- from the user’s side because it provides standard primitive operations +- 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. -- from the BSP developer’s side because it frees the +- from the BSP developer's side because it frees the developer from dealing with buffer states and mutual exclusions on them. Early RTEMS console device drivers also did their own special character processing. -- cgit v1.2.3