NetBSD/lib/libpthread
uwe b5c99d4306 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().
2012-11-12 23:11:05 +00:00
..
2011-12-05 10:27:40 +00:00
2012-08-04 15:13:09 +00:00
Use
2012-11-12 23:11:05 +00:00
2012-11-03 09:20:36 +00:00
2011-11-10 16:44:47 +00:00
Use
2012-11-12 23:11:05 +00:00
Use
2012-11-12 23:11:05 +00:00
Use
2012-11-12 23:11:05 +00:00
2012-03-02 18:11:53 +00:00
2012-11-03 03:10:50 +00:00
2012-03-10 18:01:10 +00:00
2012-03-08 21:59:24 +00:00
2012-02-03 21:11:17 +00:00

$NetBSD: README,v 1.6 2009/04/16 18:37:30 wiz Exp $

When making changes to libpthread, please ensure that libpthread_dbg
still compiles.

Due to limitations in the current pthread implementation, makecontext(3)
and sigaltstack(2) should not be used in programs which link against
libpthread (whether threads are used or not). This has been noted in the
makecontext(3), sigaltstack(2), and pthread(3) man pages.