summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/errno.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/include/errno.h b/src/include/errno.h
index a3c7fbbb6..e122d9c39 100644
--- a/src/include/errno.h
+++ b/src/include/errno.h
@@ -1,11 +1,9 @@
#ifndef ERRNO_H
#define ERRNO_H
-/*
- * We define error codes that are a superset of those mentioned in the
- * PXE specification. Various error string tables may be compiled in
- * if required; if not compiled in, strerror(errno) will produce the
- * text "error 0x<errno>".
+/** @file
+ *
+ * Error codes
*
*/