This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix typo and markup in linuxthreads.texi


It isn't possible to build the linuxthreads manual because of a double
close bracket in linuxthreads.texi.  This patch fixes it and fixes some
markup on the same line.  I realise linuxthreads is a very low priority
these days, but...

Please install if OK.

Richard


	* linuxthreads.texi (pthread_mutex_lock): Fix double close bracket.
	Fix markup.

Index: linuxthreads.texi
===================================================================
--- linuxthreads.texi	(revision 168)
+++ linuxthreads.texi	(working copy)
@@ -614,7 +614,7 @@ recursive mutexes), @code{PTHREAD_ADAPTI
 
 @comment pthread.h
 @comment POSIX
-@deftypefun int pthread_mutex_lock (pthread_mutex_t *mutex))
+@deftypefun int pthread_mutex_lock (pthread_mutex_t *@var{mutex})
 @code{pthread_mutex_lock} locks the given mutex. If the mutex is
 currently unlocked, it becomes locked and owned by the calling thread,
 and @code{pthread_mutex_lock} returns immediately. If the mutex is


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]