From f02e87257aa62bd8b78fb199a33a3cf1a5ad18be Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 18 Feb 2016 10:32:05 +1100 Subject: Fix the double quotes. --- c_user/dual_ports_memory_manager.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c_user/dual_ports_memory_manager.rst') diff --git a/c_user/dual_ports_memory_manager.rst b/c_user/dual_ports_memory_manager.rst index 6088ece..b81aa1e 100644 --- a/c_user/dual_ports_memory_manager.rst +++ b/c_user/dual_ports_memory_manager.rst @@ -65,7 +65,7 @@ When a port is created, RTEMS generates a unique port ID and assigns it to the created port until it is deleted. The port ID may be obtained by either of two methods. First, as the result of an invocation of the``rtems_port_create`` directive, the task ID is stored in a user provided location. Second, the port -ID may be obtained later using the``rtems_port_ident`` directive. The port ID +ID may be obtained later using the ``rtems_port_ident`` directive. The port ID is used by other dual-ported memory manager directives to access this port. Converting an Address -- cgit v1.2.3