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) --- c_user/chains.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'c_user/chains.rst') diff --git a/c_user/chains.rst b/c_user/chains.rst index 770fd5f..490d2b2 100644 --- a/c_user/chains.rst +++ b/c_user/chains.rst @@ -23,11 +23,11 @@ provided by RTEMS is: - ``rtems_chain_is_null_node`` - Is the node NULL ? -- ``rtems_chain_head`` - Return the chain’s head +- ``rtems_chain_head`` - Return the chain's head -- ``rtems_chain_tail`` - Return the chain’s tail +- ``rtems_chain_tail`` - Return the chain's tail -- ``rtems_chain_are_nodes_equal`` - Are the node’s equal ? +- ``rtems_chain_are_nodes_equal`` - Are the node's equal ? - ``rtems_chain_is_empty`` - Is the chain empty ? @@ -106,8 +106,8 @@ foo structure from the list you perform the following: return (foo*) rtems_chain_get(control); } -The node is placed at the start of the user’s structure to allow the -node address on the chain to be easly cast to the user’s structure +The node is placed at the start of the user's structure to allow the +node address on the chain to be easly cast to the user's structure address. Controls -- cgit v1.2.3