History log of /netbsd-src/lib/libpthread/pthread_rwlock.3 (Results 1 – 7 of 7)
Revision Date Author Comments
# 3e5ec8a3 22-Oct-2017 abhinav <abhinav@NetBSD.org>

Add missing function names in the NAME section for rest of the man pages in libpthread


# b9737c74 05-Jul-2016 wiz <wiz@NetBSD.org>

Fix some lint.

Too much or too little whitespace;
improve macro usage;
add missing .El;
merge error sections for same error code.


# ed348340 12-Nov-2012 uwe <uwe@NetBSD.org>

Mark up (unsupported) PTHREAD_PROCESS_SHARED with .Dv macro.


# b5c99d43 12-Nov-2012 uwe <uwe@NetBSD.org>

Use

.Vt type var No = Dv INITIALIZER;

to provide examples of static initialization in SYNOPSIS section.
.Va macro does the wrong thing (check groff PostScript output) and the
need for .Pp kludge

Use

.Vt type var No = Dv INITIALIZER;

to provide examples of static initialization in SYNOPSIS section.
.Va macro does the wrong thing (check groff PostScript output) and the
need for .Pp kludge (now dropped) should have been an indication too.

While here move static initialization example to be right after the
declaration of *_init().

show more ...


# 83d2a686 09-Jul-2010 wiz <wiz@NetBSD.org>

Mark up NULL.


# 5a5247a9 08-Jul-2010 wiz <wiz@NetBSD.org>

Add comma in enumeration, sort errors.


# d199be97 08-Jul-2010 rmind <rmind@NetBSD.org>

Merge/group man pages:
- pthread_barrier_{init,destroy,wait} into pthread_barrier(3).
- pthread_cond_* into pthread_cond(3).
- pthread_mutex_* into pthread_mutex(3).
- pthread_rwlock_* into pthread_r

Merge/group man pages:
- pthread_barrier_{init,destroy,wait} into pthread_barrier(3).
- pthread_cond_* into pthread_cond(3).
- pthread_mutex_* into pthread_mutex(3).
- pthread_rwlock_* into pthread_rwlock(3).
- pthread_spin_* into pthread_spin(3).
Cross-link amongst groups.
OK jruoho@

show more ...