From: ricaljasan@pacific.net Date: Fri, 6 May 2016 07:54:29 +0000 (-0700) Subject: manual: fix typo in the introduction X-Git-Tag: upstream/2.24~235 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a1021e8856aa7c2086121f95ac4e3ded1403857;p=platform%2Fupstream%2Fglibc.git manual: fix typo in the introduction --- diff --git a/ChangeLog b/ChangeLog index e1f0b5f..49f49b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-05-19 Rical Jasan + + * manual/intro.texi: Fix duplicated typo. + 2016-05-19 Joseph Myers [BZ #13304] diff --git a/manual/intro.texi b/manual/intro.texi index d4045f2..cc9c99f 100644 --- a/manual/intro.texi +++ b/manual/intro.texi @@ -884,7 +884,7 @@ context. Some safety annotations may be conditional, in that they only apply if a boolean expression involving arguments, global variables or even the -underlying kernel evaluates evaluates to true. Such conditions as +underlying kernel evaluates to true. Such conditions as @code{/hurd} or @code{/!linux!bsd} indicate the preceding marker only applies when the underlying kernel is the HURD, or when it is neither Linux nor a BSD kernel, respectively. @code{/!ps} and