about summary refs log tree commit diff
path: root/manual/threads.texi
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-10-04 17:19:11 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-10-04 17:21:32 +0530
commite16d221c0661c02100f2da1aa63a1029f6a718b5 (patch)
treebb4594a90a17dd2407fb1577699527125f935db7 /manual/threads.texi
parent41bc5e09352ca838e1787f3109dcf4b4ae85986a (diff)
downloadglibc-e16d221c0661c02100f2da1aa63a1029f6a718b5.tar.gz
glibc-e16d221c0661c02100f2da1aa63a1029f6a718b5.tar.xz
glibc-e16d221c0661c02100f2da1aa63a1029f6a718b5.zip
Fix typo in manual
Diffstat (limited to 'manual/threads.texi')
-rw-r--r--manual/threads.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/threads.texi b/manual/threads.texi
index b83c6b4071..9a5ef6a987 100644
--- a/manual/threads.texi
+++ b/manual/threads.texi
@@ -69,7 +69,7 @@ function returns @math{0} on success and a non-zero error code on
 failure.
 @end deftypefun
 
-@deftypefun int pthread_getattr_default_np (pthread_attr_t *@var{attr})
+@deftypefun int pthread_setattr_default_np (pthread_attr_t *@var{attr})
 Set the default attribute values to match the values in @var{attr}.  The
 function returns @math{0} on success and a non-zero error code on failure.
 The following error codes are defined for this function: