Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread Add missing word.



details:   https://anonhg.NetBSD.org/src/rev/b905c6b5ecde
branches:  trunk
changeset: 756206:b905c6b5ecde
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Jul 08 20:09:29 2010 +0000

description:
Add missing word.

diffstat:

 lib/libpthread/pthread_mutex.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 619e8f1ac573 -r b905c6b5ecde lib/libpthread/pthread_mutex.3
--- a/lib/libpthread/pthread_mutex.3    Thu Jul 08 20:07:23 2010 +0000
+++ b/lib/libpthread/pthread_mutex.3    Thu Jul 08 20:09:29 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_mutex.3,v 1.2 2010/07/08 20:07:23 jruoho Exp $
+.\" $NetBSD: pthread_mutex.3,v 1.3 2010/07/08 20:09:29 jruoho Exp $
 .\"
 .\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -128,7 +128,7 @@
 .\" -----
 The
 .Fn pthread_mutex_unlock
-unlocks an acquired
+function unlocks an acquired
 .Fa mutex .
 When operating with the default mutex type,
 undefined behavior follows if a thread tries to unlock a mutex



Home | Main Index | Thread Index | Old Index