From 5288100a985833560d9fb03a32d702296e660b06 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 19 Jun 2018 08:58:15 -0700 Subject: [PATCH] typo --- doc/posix-functions/pthread_rwlock_rdlock.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/posix-functions/pthread_rwlock_rdlock.texi b/doc/posix-functions/pthread_rwlock_rdlock.texi index 387dabed77..f1c7364f0c 100644 --- a/doc/posix-functions/pthread_rwlock_rdlock.texi +++ b/doc/posix-functions/pthread_rwlock_rdlock.texi @@ -22,6 +22,6 @@ another writer is already waiting to take it, this function may return successfully immediately) -- a behaviour that may lead to writer starvation -- on some platforms: glibc 2.28. -As a workaround, you can use the @code(gl_rwlock_t} type from the Gnulib +As a workaround, you can use the @code{gl_rwlock_t} type from the Gnulib module @samp{lock}. @end itemize -- 2.39.5