diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2013-09-23 21:13:47 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@codesourcery.com> | 2013-09-23 21:15:45 +0100 |
commit | 107375acffd44f2e117da06bab3ea4be69b11896 (patch) | |
tree | cac4c10197acd9691df6181858053efc8f9dad4f | |
parent | c79fb0ed652b62eef9b42442cfc22bbc9c1e56bf (diff) | |
download | glibc-107375acffd44f2e117da06bab3ea4be69b11896.tar glibc-107375acffd44f2e117da06bab3ea4be69b11896.tar.gz glibc-107375acffd44f2e117da06bab3ea4be69b11896.tar.bz2 glibc-107375acffd44f2e117da06bab3ea4be69b11896.zip |
manual: Fix a typo in `POSIX Threads' section
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | manual/threads.texi | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 |