From bab16de2671cc5b35e3df9b343e8645b632e3b1d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 7 Feb 2014 09:53:47 +0100 Subject: score: Change debug helper functions Rename rtems_internal_error_description() to rtems_internal_error_text(). Rename rtems_fatal_source_description() to rtems_fatal_source_text(). Rename rtems_status_code_description() to rtems_status_text(). Remove previous implementation of rtems_status_text(). --- doc/user/example.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/user/example.texi') diff --git a/doc/user/example.texi b/doc/user/example.texi index 71a71ab015..00923c014b 100644 --- a/doc/user/example.texi +++ b/doc/user/example.texi @@ -3,7 +3,7 @@ @c On-Line Applications Research Corporation (OAR). @c All rights reserved. -@node Example Application, Glossary, Directive Status Codes STATUS_CODE_DESCRIPTION - Returns a description for a status code, Top +@node Example Application, Glossary, Directive Status Codes STATUS_TEXT - Returns a text for a status code, Top @chapter Example Application @example -- cgit v1.2.3