summaryrefslogtreecommitdiff
path: root/sys/modules/sljit
ModeNameSize
-rw-r--r--Makefile239logplain
class='logmsg'> 2017-10-22Add missing function names in the NAME section for rest of the man pages in ↵abhinav libpthread 2016-07-05Fix some lint.wiz Too much or too little whitespace; improve macro usage; add missing .El; merge error sections for same error code. 2012-11-12Useuwe .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(). 2010-07-09Fix typo.wiz 2010-07-09Rearrange, reword, clarify. Remove duplicate paragraphs and recurringjruoho sentences. Update the ERRORS to reflect reality in NetBSD. 2010-07-09Mark up NULL.wiz 2010-07-08Sort errors.wiz 2010-07-08Merge/group man pages:rmind - 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@