Print this page
11586 NAME field in man pages should match what's installed
@@ -9,11 +9,11 @@
.\" http://www.illumos.org/license/CDDL.
.\"
.\"
.\" Copyright 2016 Joyent, Inc.
.\"
-.Dd Feb 07, 2015
+.Dd Aug 20, 2019
.Dt PTHREAD_ATTR_GET_NP 3C
.Os
.Sh NAME
.Nm pthread_attr_get_np
.Nd get pthread attributes of a running thread
@@ -37,11 +37,11 @@
.Fa attr ,
will be filled in with the current attributes for the thread.
The attributes should be allocated by a call to
.Xr pthread_attr_init 3C
prior to calling the
-.Fn pthrad_attr_get_np
+.Fn pthread_attr_get_np
function.
When
.Fa attr
is done being used, it should be destroyed through a call to
.Xr pthread_attr_destroy 3C .