History log of /freebsd-9.3-release/share/man/man3/pthread_mutex_init.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 172880 22-Oct-2007 ru

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

Reviewed by: deischen, davidxu


# 163983 04-Nov-2006 trhodes

Xref pthread_condattr.3, pthread_attr.3, and pthread_mutexattr.3.

PR: 60679
Submitted by: roam (with minor modifications)


# 162845 30-Sep-2006 ru

Remove mentions of libc_r.


# 124562 15-Jan-2004 ru

Document interfaces that are supported by libthr.


# 124535 14-Jan-2004 ru

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


# 123997 30-Dec-2003 ru

Pull revision 1.13 from libpthread/man/pthread_mutex_init.3:

- Remove error code that can't be returned (and original description
was not proper English)

PR: docs/57434


# 112542 24-Mar-2003 charnier

The .Fn function. Use .Xr where appropriate.


# 84306 01-Oct-2001 ru

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


# 79531 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 79454 09-Jul-2001 dd

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


# 73093 26-Feb-2001 ru

Use ``.St -p1003.1-96''.


# 59501 22-Apr-2000 phantom

Introduce .Lb macro to libc_r manpages.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48794 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


# 38702 31-Aug-1998 wosch

Sort cross references.


# 38056 03-Aug-1998 bde

Changed prototype in synopsis to match prototype in <pthread.h>.


# 38028 02-Aug-1998 alex

The pthreads standard has been published. Change:
...is expected to conform to IEEE (``POSIX'') Std 1003.1c when it is
published.
to:
...conforms to ISO/IEC 9945-1 ANSI/IEEE (``POSIX'') Std 1003.1 Second
Edition 1996-07-12.

Discussed with: jb


# 37985 31-Jul-1998 phk

I've put together man pages for the pthread_cleanup, pthread_cond, and
pthread_mutex routines. I've also tweaked pthread_create.3 to point to
pthread_cleanup_push(3) and pthread_cleanup_pop(3).

PR: 7450
Submitted by: Brian Cully <shmit@kublai.com>