summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2018-06-28 13:27:31 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2018-06-28 13:36:06 +0100
commit0b11b6491cc01b5ce5fea1302f8591f25e8c4d80 (patch)
tree16cda1be60e97fbf4dfaeb1fd51bc0ebc2b2ab60 /manual
parentc1c2848b572ea7f92b7fa81dd5b1b9ef7c69b83b (diff)
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 'manual')
-rw-r--r--manual/llio.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/llio.texi b/manual/llio.texi
index e840c55f86..2733b9cb73 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