History log of /freebsd-src/share/man/man3/pthread_sigmask.3 (Results 1 – 16 of 16)
Revision Date Author Comments
# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# ba13377a 20-Feb-2011 Konstantin Belousov <kib@FreeBSD.org>

Add restrict keyword to pthread_sigmask prototype and manpage.

MFC after: 1 week


# 3e9ed1ef 22-Oct-2007 Ruslan Ermilov <ru@FreeBSD.org>

Hide the implementation details about multiple threading libraries
from the synopses of pthread*(3) manpages.

Reviewed by: deischen, davidxu


# 5bb9f210 30-Sep-2006 Ruslan Ermilov <ru@FreeBSD.org>

Remove mentions of libc_r.


# f9f9d2e8 15-Jan-2004 Ruslan Ermilov <ru@FreeBSD.org>

Document interfaces that are supported by libthr.


# ec7452f1 14-Jan-2004 Ruslan Ermilov <ru@FreeBSD.org>

Have a single set of POSIX threads man pages. The LIBRARY section
of each manpage lists libraries that have corresponding interfaces
implemented.

Prodded by: threads
Reviewed by: deischen


# 9d09157a 24-Mar-2003 Philippe Charnier <charnier@FreeBSD.org>

The .Fn function. Use .Xr where appropriate.


# 32eef9ae 01-Oct-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: Use the new .In macro for #include statements.


# c5e7e03a 13-Aug-2001 Ruslan Ermilov <ru@FreeBSD.org>

Spell "FreeBSD" with "F" and "BSD" in uppercase.


# 7ebcc426 15-Jul-2001 Dima Dorfman <dd@FreeBSD.org>

Remove whitespace at EOL.


# 5521ff5a 06-Jul-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).


# 589a5e34 26-Feb-2001 Ruslan Ermilov <ru@FreeBSD.org>

/^\.St/ s/-iso9945-1/-p1003.1-96/


# 8e234adf 18-Jul-2000 Jason Evans <jasone@FreeBSD.org>

Change my email address in the copyright notices for the sake of consistency
(jasone@canonware.com --> jasone@freebsd.org).


# 27010737 11-May-2000 Bruce Evans <bde@FreeBSD.org>

"Fixed" missing include in synopsis. POSIX.1-1996 only specifies
including <signal.h>, but that must be a bug in POSIX.1, because it
also specifies that the relevant prototype is [only] in <pthread.

"Fixed" missing include in synopsis. POSIX.1-1996 only specifies
including <signal.h>, but that must be a bug in POSIX.1, because it
also specifies that the relevant prototype is [only] in <pthread.h>.

show more ...


# 2a53c5ec 04-May-2000 Alexey Zelkin <phantom@FreeBSD.org>

mdoc(7) cleanup:

. use real function names as `.Nm' macro argument in NAME section. It allows
them to appear in apropos(1) or whatis(1) output.

. replace empty lines with `.Pp' macro.

. replace ha

mdoc(7) cleanup:

. use real function names as `.Nm' macro argument in NAME section. It allows
them to appear in apropos(1) or whatis(1) output.

. replace empty lines with `.Pp' macro.

. replace hardcoded standard names with their `.St' macro equivalents.

. sort cross references in SEE ALSO section

show more ...


# 4c089f4d 02-May-2000 Jason Evans <jasone@FreeBSD.org>

Add missing man pages. Fix various compliance bugs, mostly having to do with
error return values. Implement pthread_mutexattr_gettype().

PR: docs/16537, docs/17538