diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2018-06-28 13:27:31 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2018-06-28 13:36:06 +0100 |
commit | 0b11b6491cc01b5ce5fea1302f8591f25e8c4d80 (patch) | |
tree | 16cda1be60e97fbf4dfaeb1fd51bc0ebc2b2ab60 /ChangeLog | |
parent | c1c2848b572ea7f92b7fa81dd5b1b9ef7c69b83b (diff) | |
download | glibc-0b11b6491cc01b5ce5fea1302f8591f25e8c4d80.tar.gz glibc-0b11b6491cc01b5ce5fea1302f8591f25e8c4d80.tar.xz glibc-0b11b6491cc01b5ce5fea1302f8591f25e8c4d80.zip |
Fix documentation build with old makeinfo
With old makeinfo '@code {' fails because of the extra space. * manual/llio.texi: Remove spurious space.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 25e824faca..1f35f29d77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-06-28 Szabolcs Nagy <szabolcs.nagy@arm.com> + + * manual/llio.texi: Remove spurious space. + 2018-06-28 Florian Weimer <fweimer@redhat.com> [BZ #23349] |