summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/ada_user/example.texi2
-rw-r--r--doc/user/dirstat.t7
-rw-r--r--doc/user/example.texi4
3 files changed, 6 insertions, 7 deletions
diff --git a/doc/ada_user/example.texi b/doc/ada_user/example.texi
index 74567672a8..f682b3798b 100644
--- a/doc/ada_user/example.texi
+++ b/doc/ada_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 the enumeration name for a status code, Top
@chapter Example Application
@example
diff --git a/doc/user/dirstat.t b/doc/user/dirstat.t
index 4d51e2e5e6..d9cf77e101 100644
--- a/doc/user/dirstat.t
+++ b/doc/user/dirstat.t
@@ -40,7 +40,7 @@
@section Directives
@page
-@subsection STATUS_TEXT - Returns a text for a status code
+@subsection STATUS_TEXT - Returns the enumeration name for a status code
@subheading CALLING SEQUENCE:
@@ -55,9 +55,8 @@ const char *rtems_status_text(
@subheading DIRECTIVE STATUS CODES
-The status code text or "?" in case the passed status code is invalid.
+The status code enumeration name or "?" in case the status code is invalid.
@subheading DESCRIPTION:
-Returns a text for a status code. The text for each status code is the
-enumerator constant.
+Returns the enumeration name for the specified status code.
diff --git a/doc/user/example.texi b/doc/user/example.texi
index 00923c014b..157247e8d2 100644
--- a/doc/user/example.texi
+++ b/doc/user/example.texi
@@ -1,9 +1,9 @@
@c
-@c COPYRIGHT (c) 1989-2011.
+@c COPYRIGHT (c) 1989-2014.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
-@node Example Application, Glossary, Directive Status Codes STATUS_TEXT - Returns a text for a status code, Top
+@node Example Application, Glossary, Directive Status Codes STATUS_TEXT - Returns the enumeration name for a status code, Top
@chapter Example Application
@example