summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Tribble <peter.tribble@gmail.com>2020-11-09 18:42:19 +0000
committerPeter Tribble <peter.tribble@gmail.com>2020-11-10 20:12:49 +0000
commit7ba1e3a8176db2382c00142e35683aa5917d6ae7 (patch)
tree56505d984094375622076473b2383a78b2076202
parent73849e1abc744e793539f9a6a32f1efd052bfe7a (diff)
downloadillumos-joyent-7ba1e3a8176db2382c00142e35683aa5917d6ae7.tar.gz
13289 manpage typos pthrad and mtuex
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
-rw-r--r--usr/src/man/man3c/pthread_attr_get_np.3c4
-rw-r--r--usr/src/man/man3c/pthread_mutexattr_getrobust.3c6
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