From: Szabolcs Nagy Date: Thu, 28 Jun 2018 12:27:31 +0000 (+0100) Subject: Fix documentation build with old makeinfo X-Git-Tag: glibc-2.28~144 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b11b6491cc01b5ce5fea1302f8591f25e8c4d80;p=thirdparty%2Fglibc.git Fix documentation build with old makeinfo With old makeinfo '@code {' fails because of the extra space. * manual/llio.texi: Remove spurious space. --- diff --git a/ChangeLog b/ChangeLog index 25e824faca4..1f35f29d775 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-06-28 Szabolcs Nagy + + * manual/llio.texi: Remove spurious space. + 2018-06-28 Florian Weimer [BZ #23349] diff --git a/manual/llio.texi b/manual/llio.texi index e840c55f860..2733b9cb733 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -3283,7 +3283,7 @@ Set process or process group ID to receive @code{SIGIO} signals. This function is a cancellation point in multi-threaded programs for the commands @code{F_SETLKW} (and the LFS analogous @code{F_SETLKW64}) and -@code {F_OFD_SETLKW}. This is a problem if the thread allocates some +@code{F_OFD_SETLKW}. This is a problem if the thread allocates some resources (like memory, file descriptors, semaphores or whatever) at the time @code{fcntl} is called. If the thread gets canceled these resources stay allocated until the program ends. To avoid this calls to @code{fcntl} should