From 4dc6a4684f59ec33e621895e5296e924238d89c8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Jul 2008 21:49:31 +0000 Subject: 2008-07-15 Joel Sherrill MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * user/barrier.t, user/clock.t, user/dpmem.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Correct documentation typos noticed and thankfully reported by Fabrício de Novaes Kucinskis --- doc/user/task.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/user/task.t') diff --git a/doc/user/task.t b/doc/user/task.t index e8a3390665..49fa0a9273 100644 --- a/doc/user/task.t +++ b/doc/user/task.t @@ -1212,8 +1212,8 @@ procedure Task_Is_Suspended ( @end ifset @subheading DIRECTIVE STATUS CODES: -@code{@value{RPREFIX}SUCCESSFUL} - task is suspended@* -@code{@value{RPREFIX}ALREADY_SUSPENDED} - task is not suspended@* +@code{@value{RPREFIX}SUCCESSFUL} - task is NOT suspended@* +@code{@value{RPREFIX}ALREADY_SUSPENDED} - task is currently suspended@* @code{@value{RPREFIX}INVALID_ID} - task id invalid@* @code{@value{RPREFIX}ILLEGAL_ON_REMOTE_OBJECT} - not supported on remote tasks -- cgit v1.2.3