diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | manual/threads.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 17f65edc7a..a83e5f66fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-09-23 Maciej W. Rozycki <macro@codesourcery.com> + + * manual/threads.texi (POSIX Threads): Fix a typo. + 2013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com> [BZ #14547] diff --git a/manual/threads.texi b/manual/threads.texi index 6b7523c525..b83c6b4071 100644 --- a/manual/threads.texi +++ b/manual/threads.texi @@ -1,5 +1,5 @@ @node POSIX Threads -@c @node POSIX Threads, Intenal Probes, Cryptographic Functions, Top +@c @node POSIX Threads, Internal Probes, Cryptographic Functions, Top @chapter POSIX Threads @c %MENU% POSIX Threads @cindex pthreads |