summaryrefslogtreecommitdiffstats
path: root/doc/user/dirstat.t
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/user/dirstat.t7
1 files changed, 3 insertions, 4 deletions
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.