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/timer_manager.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'c_user/timer_manager.rst') diff --git a/c_user/timer_manager.rst b/c_user/timer_manager.rst index 828cfe2..2d83bf9 100644 --- a/c_user/timer_manager.rst +++ b/c_user/timer_manager.rst @@ -183,16 +183,16 @@ Deleting a Timer The ``rtems_timer_delete`` directive is used to delete a timer. If the timer is running and has not expired, the timer is -automatically canceled. The timer’s control block is returned +automatically canceled. The timer's control block is returned to the TMCB free list when it is deleted. A timer can be deleted by a task other than the task which created the timer. -Any subsequent references to the timer’s name and ID are invalid. +Any subsequent references to the timer's name and ID are invalid. Directives ========== -This section details the timer manager’s directives. -A subsection is dedicated to each of this manager’s directives +This section details the timer manager's directives. +A subsection is dedicated to each of this manager's directives and describes the calling sequence, related constants, usage, and status codes. -- cgit v1.2.3