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/shared_memory_support.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bsp_howto/shared_memory_support.rst') diff --git a/bsp_howto/shared_memory_support.rst b/bsp_howto/shared_memory_support.rst index 9165de4..93246c6 100644 --- a/bsp_howto/shared_memory_support.rst +++ b/bsp_howto/shared_memory_support.rst @@ -11,7 +11,7 @@ This driver is only required in shared memory multiprocessing systems that use the RTEMS mulitprocessing support. For more information on RTEMS multiprocessing capabilities and the MPCI, refer to the *Multiprocessing Manager* chapter -of the *RTEMS Application C User’s Guide*. +of the *RTEMS Application C User's Guide*. Shared Memory Configuration Table ================================= @@ -95,7 +95,7 @@ used from this node. Most targets will simply return the address passed to this routine. However, some target boards will have a special window onto the shared memory. For example, some VMEbus boards have special address windows to access addresses that are normally reserved -in the CPU’s address space. +in the CPU's address space. .. code:: c void \*Shm_Convert_address( void \*address ) -- cgit v1.2.3