| #
65afe3be |
| 28-Jul-2018 |
kre <kre@NetBSD.org> |
PR lib/53477 (rudolf at eq.cz) - correct an obvious mistake.
|
| #
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.
|
| #
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 ...
|
| #
bb4a6891 |
| 09-Jul-2010 |
wiz <wiz@NetBSD.org> |
Fix typo.
|
| #
267d7959 |
| 09-Jul-2010 |
jruoho <jruoho@NetBSD.org> |
Rearrange, reword, clarify. Remove duplicate paragraphs and recurring sentences. Update the ERRORS to reflect reality in NetBSD.
|
| #
83d2a686 |
| 09-Jul-2010 |
wiz <wiz@NetBSD.org> |
Mark up NULL.
|
| #
75c6ae8f |
| 08-Jul-2010 |
wiz <wiz@NetBSD.org> |
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 ...
|