aboutsummaryrefslogtreecommitdiffstats
path: root/src/err
diff options
context:
space:
mode:
Diffstat (limited to 'src/err')
-rw-r--r--src/err/err.c2
-rw-r--r--src/err/errx.c2
-rw-r--r--src/err/verr.c2
-rw-r--r--src/err/verrx.c2
-rw-r--r--src/err/vwarn.c2
-rw-r--r--src/err/vwarnx.c2
-rw-r--r--src/err/warn.c2
-rw-r--r--src/err/warnx.c2
8 files changed, 16 insertions, 0 deletions
diff --git a/src/err/err.c b/src/err/err.c
index 64062b8..d6d754a 100644
--- a/src/err/err.c
+++ b/src/err/err.c
@@ -26,6 +26,8 @@
*
* This is a non-standard BSD extension.
*
+ * @etymology Report (err)or!
+ *
* @parma status The exit status the process should have.
* @param format Formatting-string for the warning.
* @param ... Formatting-arguments.
diff --git a/src/err/errx.c b/src/err/errx.c
index 07b4e2b..c8e11c9 100644
--- a/src/err/errx.c
+++ b/src/err/errx.c
@@ -26,6 +26,8 @@
*
* This is a non-standard BSD extension.
*
+ * @etymology (`err`), [x=](lesser variant).
+ *
* @parma status The exit status the process should have.
* @param format Formatting-string for the warning.
* @param ... Formatting-arguments.
diff --git a/src/err/verr.c b/src/err/verr.c
index f0fb3f7..f88d944 100644
--- a/src/err/verr.c
+++ b/src/err/verr.c
@@ -28,6 +28,8 @@
*
* This is a non-standard BSD extension.
*
+ * @etymology (V)ariadic version of (`err`).
+ *
* @parma status The exit status the process should have.
* @param format Formatting-string for the warning.
* @param args Formatting-arguments.
diff --git a/src/err/verrx.c b/src/err/verrx.c
index ab30380..1c9e40c 100644
--- a/src/err/verrx.c
+++ b/src/err/verrx.c
@@ -27,6 +27,8 @@
*
* This is a non-standard BSD extension.
*
+ * @etymology (V)ariadic version of (`errx`).
+ *
* @parma status The exit status the process should have.
* @param format Formatting-string for the warning.
* @param args Formatting-arguments.
diff --git a/src/err/vwarn.c b/src/err/vwarn.c
index 43949e5..78676d4 100644
--- a/src/err/vwarn.c
+++ b/src/err/vwarn.c
@@ -26,6 +26,8 @@
*
* This is a non-standard BSD extension.
*
+ * @etymology (V)ariadic version of (`warn`).
+ *
* @param format Formatting-string for the warning.
* @param args Formatting-arguments.
*/
diff --git a/src/err/vwarnx.c b/src/err/vwarnx.c
index 594dfc7..c44e57a 100644
--- a/src/err/vwarnx.c
+++ b/src/err/vwarnx.c
@@ -25,6 +25,8 @@
*
* This is a non-standard BSD extension.
*
+ * @etymology (V)ariadic version of (`warnx`).
+ *
* @param format Formatting-string for the warning.
* @param args Formatting-arguments.
*/
diff --git a/src/err/warn.c b/src/err/warn.c
index ea5aacb..de5c793 100644
--- a/src/err/warn.c
+++ b/src/err/warn.c
@@ -26,6 +26,8 @@
*
* This is a non-standard BSD extension.
*
+ * @etymology Print (warn)ing!
+ *
* @param format Formatting-string for the warning.
* @param ... Formatting-arguments.
*/
diff --git a/src/err/warnx.c b/src/err/warnx.c
index 835044a..d80dfd8 100644
--- a/src/err/warnx.c
+++ b/src/err/warnx.c
@@ -26,6 +26,8 @@
*
* This is a non-standard BSD extension.
*
+ * @etymology (`warn`), [x=](lesser variant).
+ *
* @param format Formatting-string for the warning.
* @param ... Formatting-arguments.
*/