Fix documentation build with old makeinfo

With old makeinfo '@code {' fails because of the extra space.

	* manual/llio.texi: Remove spurious space.
This commit is contained in:
Szabolcs Nagy 2018-06-28 13:27:31 +01:00
parent c1c2848b57
commit 0b11b6491c
2 changed files with 5 additions and 1 deletions

View File

@ -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]

View File

@ -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