diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/man/man3c/pthread_attr_get_np.3c | 4 | ||||
-rw-r--r-- | usr/src/man/man3c/pthread_mutexattr_getrobust.3c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/man/man3c/pthread_attr_get_np.3c b/usr/src/man/man3c/pthread_attr_get_np.3c index d6f4571d0d..9da50ab171 100644 --- a/usr/src/man/man3c/pthread_attr_get_np.3c +++ b/usr/src/man/man3c/pthread_attr_get_np.3c @@ -11,7 +11,7 @@ .\" .\" Copyright 2016 Joyent, Inc. .\" -.Dd Feb 07, 2015 +.Dd November 8, 2020 .Dt PTHREAD_ATTR_GET_NP 3C .Os .Sh NAME @@ -39,7 +39,7 @@ 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 diff --git a/usr/src/man/man3c/pthread_mutexattr_getrobust.3c b/usr/src/man/man3c/pthread_mutexattr_getrobust.3c index 85b2b335c9..f06d2856f5 100644 --- a/usr/src/man/man3c/pthread_mutexattr_getrobust.3c +++ b/usr/src/man/man3c/pthread_mutexattr_getrobust.3c @@ -11,12 +11,12 @@ .\" .\" Copyright (c) 2014, Joyent, Inc. .\" -.Dd "Dec 22, 2014" +.Dd "November 8, 2020" .Dt PTHREAD_MUTEXATTR_GETROBUST 3C .Os .Sh NAME .Nm pthread_mutexattr_getrobust , -.Nm pthrad_mutexattr_setrobust +.Nm pthread_mutexattr_setrobust .Nd get and set the mutex robust attribute .Sh SYNOPSIS .In pthread.h @@ -34,7 +34,7 @@ The .Fn pthread_mutexattr_getrobust and -.Fn pthread_mtuexattr_setrobust +.Fn pthread_mutexattr_setrobust functions obtain and set a mutex's .Em robust attribute, putting it in, or obtaining it from |