aboutsummaryrefslogtreecommitdiffstats
path: root/src/err/errx.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/err/errx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/err/errx.c b/src/err/errx.c
index d29f849..50f63b7 100644
--- a/src/err/errx.c
+++ b/src/err/errx.c
@@ -31,6 +31,8 @@
* @param status The exit status the process should have.
* @param format Formatting-string for the warning.
* @param ... Formatting-arguments.
+ *
+ * @since Always.
*/
void errx(int status, const char* format, ...)
{