Source-Changes archive

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

CVS commit: src/lib/libpthread



Module Name:    src
Committed By:   uwe
Date:           Mon Nov 12 23:11:05 UTC 2012

Modified Files:
        src/lib/libpthread: pthread_cond.3 pthread_mutex.3 pthread_once.3
            pthread_rwlock.3

Log Message:
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().


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libpthread/pthread_cond.3 \
    src/lib/libpthread/pthread_mutex.3
cvs rdiff -u -r1.7 -r1.8 src/lib/libpthread/pthread_once.3
cvs rdiff -u -r1.3 -r1.4 src/lib/libpthread/pthread_rwlock.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index