Re: [patch] pthread_spin_init.3: Add missing comma in the argument list

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

 



Thanks for the patch Naveen, but it looks like your mailer
corrupted it, so I've made the change manually instead.

Cheers,

Michael



On 5/16/19 10:24 AM, Kumar Chaudhary, Naveen wrote:
Hi,

*_man-pages-5.02_*

diff --git a/man3/pthread_spin_init.3 b/man3/pthread_spin_init.3

index 3018d804a..ce47d4280 100644

--- a/man3/pthread_spin_init.3

+++ b/man3/pthread_spin_init.3

@@ -29,7 +29,7 @@ pthread_spin_init, pthread_spin_destroy \- initialize or destroy a spin lock

.nf

.B #include <pthread.h>

.PP

-.BI "int pthread_spin_init(pthread_spinlock_t *" lock " int " pshared ");"

+.BI "int pthread_spin_init(pthread_spinlock_t *" lock ", int " pshared ");"

.BI "int pthread_spin_destroy(pthread_spinlock_t *" lock ");"

.fi

.PP

*Best Regards,*

*Naveen*




[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux