]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix documentation build with old makeinfo
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 28 Jun 2018 12:27:31 +0000 (13:27 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 28 Jun 2018 12:36:06 +0000 (13:36 +0100)
With old makeinfo '@code {' fails because of the extra space.

* manual/llio.texi: Remove spurious space.

ChangeLog
manual/llio.texi

index 25e824faca47ecb1fa51d954a88d7351f32f8f0d..1f35f29d775decdc9c650f527d36ee32fcf52b33 100644 (file)
--- 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]
index e840c55f8603e0d033faa27b85adbc031d42f8d9..2733b9cb7331df07e9816cc5b9f564ce9d5230ff 100644 (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