From f8892c9bdb2f4022bc52f39f2a1f4256b2832f11 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 6 May 2004 19:21:50 +0000 Subject: 2004-05-06 Joel Sherrill PR 618/rtems * user/clock.t, user/dpmem.t, user/event.t, user/msg.t, user/part.t, user/region.t, user/sem.t, user/task.t, user/timer.t: Add NULL checks. --- doc/user/clock.t | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/user/clock.t') diff --git a/doc/user/clock.t b/doc/user/clock.t index 0d4306a28d..24721ebe8c 100644 --- a/doc/user/clock.t +++ b/doc/user/clock.t @@ -262,6 +262,7 @@ procedure Clock_Set ( @subheading DIRECTIVE STATUS CODES: @code{@value{RPREFIX}SUCCESSFUL} - date and time set successfully@* +@code{@value{RPREFIX}INVALID_ADDRESS} - @code{time_buffer} is NULL@* @code{@value{RPREFIX}INVALID_TIME_OF_DAY} - invalid time of day @subheading DESCRIPTION: @@ -320,7 +321,8 @@ procedure Clock_Get ( @subheading DIRECTIVE STATUS CODES: @code{@value{RPREFIX}SUCCESSFUL} - current time obtained successfully@* -@code{@value{RPREFIX}NOT_DEFINED} - system date and time is not set +@code{@value{RPREFIX}NOT_DEFINED} - system date and time is not set@* +@code{@value{RPREFIX}INVALID_ADDRESS} - @code{time_buffer} is NULL @subheading DESCRIPTION: @@ -414,7 +416,7 @@ procedure Clock_Tick ( @end ifset @subheading DIRECTIVE STATUS CODES: -@code{@value{RPREFIX}SUCCESSFUL} - current time obtained successfully +@code{@value{RPREFIX}SUCCESSFUL} - clock tick processed successfully @subheading DESCRIPTION: -- cgit v1.2.3