summaryrefslogtreecommitdiff
path: root/lib/libpthread/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 20:02:55 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 20:02:55 +0000
commitc30da1cd5519a146da7aa0492de82dadb29da911 (patch)
treedb05110d390be53f85e1c207906a142aaa518696 /lib/libpthread/man
parentc87db7519be52b88cef84fbbf2adffcb7f15ac0f (diff)
indicacte -> indicate; from Jared Yanovich
Diffstat (limited to 'lib/libpthread/man')
-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: