diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2015-07-12 11:32:56 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2015-08-20 09:43:50 +0200 |
commit | 9ceeb279314a9b76679044749bd98aa817006bd1 (patch) | |
tree | 8e35a5205b0e2a800b463cc3796fccc763ea0453 /NEWS | |
parent | cd4e69ed3e4b2d51ebd3dfaa0730793cf913de77 (diff) | |
download | glibc-9ceeb279314a9b76679044749bd98aa817006bd1.tar.gz glibc-9ceeb279314a9b76679044749bd98aa817006bd1.tar.xz glibc-9ceeb279314a9b76679044749bd98aa817006bd1.zip |
Fix exponents in manual.
* manual/macros.texi: Add twoexp macro. * manual/filesys.texi: Fix exponents. * manual/llio.texi: Likewise. * manual/stdio.texi: Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS index a40d526e4c..b75a202491 100644 --- a/NEWS +++ b/NEWS @@ -9,9 +9,9 @@ Version 2.23 * The following bugs are resolved with this release: - 14341, 16517, 16519, 16520, 16734, 16973, 17905, 18084, 18086, 18265, - 18370, 18421, 18480, 18525, 18618, 18647, 18661, 18681, 18674, 18778, - 18781, 18787, 18789, 18790, 18795, 18796, 18820, 18823, 18824. + 14341, 16517, 16519, 16520, 16734, 16973, 17787, 17905, 18084, 18086, + 18265, 18370, 18421, 18480, 18525, 18618, 18647, 18661, 18674, 18681, + 18778, 18781, 18787, 18789, 18790, 18795, 18796, 18820, 18823, 18824. * The obsolete header <regexp.h> has been removed. Programs that require this header must be updated to use <regex.h> instead. |