diff options
author | Rical Jasan <ricaljasan@pacific.net> | 2017-06-01 02:07:01 -0700 |
---|---|---|
committer | Rical Jasan <ricaljasan@pacific.net> | 2017-06-02 13:49:20 -0700 |
commit | 3e6def237a5681387b27ac55298b3ab25a054dbf (patch) | |
tree | 315fbfef6565eb3c4359c1cca031becaf12e2f5f /manual/macros.texi | |
parent | 9c65eec494676789bc4695561e229ce3ee33be84 (diff) | |
download | glibc-3e6def237a5681387b27ac55298b3ab25a054dbf.tar glibc-3e6def237a5681387b27ac55298b3ab25a054dbf.tar.gz glibc-3e6def237a5681387b27ac55298b3ab25a054dbf.tar.bz2 glibc-3e6def237a5681387b27ac55298b3ab25a054dbf.zip |
manual: Provide consistent errno documentation.
The @errno macro is extended to render the canonical error string in
every documented errno error. Redundant entries and "???" are
removed. Sixty-six errors now at least contain the error string as
the description, where no description (or "???") existed before.
* manual/errno.texi: Remove redundant error strings.
* manual/macros.texi (@errno): Render the error string in
every description.
Diffstat (limited to 'manual/macros.texi')
-rw-r--r-- | manual/macros.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/macros.texi b/manual/macros.texi index 6496f2e177..2e0990eac2 100644 --- a/manual/macros.texi +++ b/manual/macros.texi @@ -271,6 +271,7 @@ cwd\comments\ @c Note that error values have ABI implications for the Hurd. @macro errno {err, val, str} @cindex \str\ +``\str\.'' @end macro @end ifclear |