summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_mutex_init.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/man/pthread_mutex_init.3')
-rw-r--r--lib/libpthread/man/pthread_mutex_init.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3
index f6d89be4e9f..6fe4cd858e4 100644
--- a/lib/libpthread/man/pthread_mutex_init.3
+++ b/lib/libpthread/man/pthread_mutex_init.3
@@ -42,11 +42,13 @@ function creates a new mutex, with attributes specified with
.Fa attr .
If
.Fa attr
-is NULL the default attributes are used.
+is
+.Dv NULL
+the default attributes are used.
.Sh RETURN VALUES
If successful,
.Fn pthread_mutex_init
-will return zero and put the new mutex id into
+will return zero and put the new mutex ID into
.Fa mutex ,
otherwise an error number will be returned to indicate the error.
.Sh ERRORS