Module Name:    src
Committed By:   jruoho
Date:           Thu Jul  8 20:09:29 UTC 2010

Modified Files:
        src/lib/libpthread: pthread_mutex.3

Log Message:
Add missing word.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libpthread/pthread_mutex.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libpthread/pthread_mutex.3
diff -u src/lib/libpthread/pthread_mutex.3:1.2 src/lib/libpthread/pthread_mutex.3:1.3
--- src/lib/libpthread/pthread_mutex.3:1.2	Thu Jul  8 20:07:23 2010
+++ src/lib/libpthread/pthread_mutex.3	Thu Jul  8 20:09:29 2010
@@ -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

Reply via email to