summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/liberrno.tex1
-rw-r--r--Doc/liberrno.tex1
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/liberrno.tex b/Doc/lib/liberrno.tex
index e85b9db..6c58491 100644
--- a/Doc/lib/liberrno.tex
+++ b/Doc/lib/liberrno.tex
@@ -4,6 +4,7 @@
\renewcommand{\indexsubitem}{E(in module errno)}
This module makes available standard errno system symbols.
+The value of each symbol is the corresponding integer value.
The names and descriptions are borrowed from linux/include/errno.h,
which should be pretty all-inclusive. Of the following list, symbols
that are not used on the current platform are not defined by the
diff --git a/Doc/liberrno.tex b/Doc/liberrno.tex
index e85b9db..6c58491 100644
--- a/Doc/liberrno.tex
+++ b/Doc/liberrno.tex
@@ -4,6 +4,7 @@
\renewcommand{\indexsubitem}{E(in module errno)}
This module makes available standard errno system symbols.
+The value of each symbol is the corresponding integer value.
The names and descriptions are borrowed from linux/include/errno.h,
which should be pretty all-inclusive. Of the following list, symbols
that are not used on the current platform are not defined by the