summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_mutexattr.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-10-21 20:02:54 +0000
committerjmc <jmc@openbsd.org>2003-10-21 20:02:54 +0000
commit3bffe604b1ff6f5aa745eca251e48d400a12b27a (patch)
treed3f89ffe04f3023477cc9c97c3ab5305cf2ad5c5 /lib/libpthread/man/pthread_mutexattr.3
parentAdd regressions for assignment ops (diff)
downloadwireguard-openbsd-3bffe604b1ff6f5aa745eca251e48d400a12b27a.tar.xz
wireguard-openbsd-3bffe604b1ff6f5aa745eca251e48d400a12b27a.zip
indicacte -> indicate; from Jared Yanovich
Diffstat (limited to 'lib/libpthread/man/pthread_mutexattr.3')
-rw-r--r--lib/libpthread/man/pthread_mutexattr.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_mutexattr.3 b/lib/libpthread/man/pthread_mutexattr.3
index 09b0a1a4b25..deba083b7f9 100644
--- a/lib/libpthread/man/pthread_mutexattr.3
+++ b/lib/libpthread/man/pthread_mutexattr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_mutexattr.3,v 1.2 2002/02/21 20:12:19 fgsch Exp $
+.\" $OpenBSD: pthread_mutexattr.3,v 1.3 2003/10/21 20:02:54 jmc Exp $
.\"
.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
.\" All rights reserved.
@@ -87,7 +87,7 @@ functions copy the value of the attribute that corresponds to each function name
to the location pointed to by the second function parameter.
.Sh RETURN VALUES
If successful, these functions return 0.
-Otherwise, an error number is returned to indicacte the error.
+Otherwise, an error number is returned to indicate the error.
.Sh ERRORS
.Fn pthread_mutexattr_init
will fail if: