summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRical Jasan <ricaljasan@pacific.net>2017-06-01 02:07:01 -0700
committerRical Jasan <ricaljasan@pacific.net>2017-06-02 13:49:20 -0700
commit3e6def237a5681387b27ac55298b3ab25a054dbf (patch)
tree315fbfef6565eb3c4359c1cca031becaf12e2f5f /ChangeLog
parent9c65eec494676789bc4695561e229ce3ee33be84 (diff)
downloadglibc-3e6def237a5681387b27ac55298b3ab25a054dbf.tar.gz
glibc-3e6def237a5681387b27ac55298b3ab25a054dbf.tar.xz
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 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8495478e82..3ac07f0517 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]