diff options
author | Rical Jasan <ricaljasan@pacific.net> | 2016-10-06 12:26:06 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-10-06 12:26:06 +0530 |
commit | a309449484161647ac93278706adb90086e05e30 (patch) | |
tree | 0bc5af2fc1d4ebfb832fc90e1685f5609cb24119 /manual | |
parent | db5e4e881f25e2adff96f070e5c97f1a27e5abe4 (diff) | |
download | glibc-a309449484161647ac93278706adb90086e05e30.zip glibc-a309449484161647ac93278706adb90086e05e30.tar.gz glibc-a309449484161647ac93278706adb90086e05e30.tar.bz2 |
Manual typos: POSIX Threads
2016-05-06 Rical Jasan <ricaljasan@pacific.net>
* manual/threads.texi: Fix typos in the manual.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/threads.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/threads.texi b/manual/threads.texi index 00cc725..d7fac82 100644 --- a/manual/threads.texi +++ b/manual/threads.texi @@ -4,7 +4,7 @@ @c %MENU% POSIX Threads @cindex pthreads -This chapter describes the @glibcadj{} POSIX Thread implementation. +This chapter describes the @glibcadj{} POSIX Threads implementation. @menu * Thread-specific Data:: Support for creating and |