summaryrefslogtreecommitdiffstats
path: root/include/zix/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zix/status.h')
-rw-r--r--include/zix/status.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/zix/status.h b/include/zix/status.h
index dfd6412..47aede8 100644
--- a/include/zix/status.h
+++ b/include/zix/status.h
@@ -32,7 +32,12 @@ typedef enum {
ZIX_STATUS_MAX_LINKS, ///< Too many links
} ZixStatus;
-/// Return a string describing a status code
+/**
+ Return a string describing a status code in plain English.
+
+ The returned string is always one sentence, with an uppercase first
+ character, and no trailing period.
+*/
ZIX_CONST_API
const char*
zix_strerror(ZixStatus status);