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 /ChangeLog | |
parent | 9c65eec494676789bc4695561e229ce3ee33be84 (diff) | |
download | glibc-3e6def237a5681387b27ac55298b3ab25a054dbf.zip glibc-3e6def237a5681387b27ac55298b3ab25a054dbf.tar.gz glibc-3e6def237a5681387b27ac55298b3ab25a054dbf.tar.bz2 |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2017-06-02 Rical Jasan <ricaljasan@pacific.net> + + * manual/errno.texi: Remove redundant error strings. + * manual/macros.texi (@errno): Render the error string in every + description. + 2017-06-02 Joseph Myers <joseph@codesourcery.com> [BZ #21543] |