dd
db8173f50e
Add a missing word.
...
Obtained from: OpenBSD
2001-06-05 00:25:18 +00:00
dd
cb18fb03e8
Add a missing word.
2001-06-05 00:11:08 +00:00
ru
0a6dd12de1
Fixed typo in the description.
...
PR: docs/27411
Submitted by: David Wimsey <dwimsey@rtci.com>
2001-05-18 06:56:03 +00:00
ru
25ef23ac1c
MAN[1-9] -> MAN.
2001-03-27 17:27:19 +00:00
ru
a031347b2f
mdoc(7) police: fix markup.
2001-03-02 09:59:58 +00:00
ru
ba42cfc998
Use ``.St -p1003.1-96''.
2001-02-26 15:16:43 +00:00
ru
ec147c6b0d
/^\.St/ s/-iso9945-1/-p1003.1-96/
2001-02-26 14:48:38 +00:00
nik
546aee5924
Fix typo.
...
PR: docs/23936
Submitted by: Garret Rooney <rooneg@rpi.edu>
2001-02-02 03:32:03 +00:00
ru
8a6f8b5fe4
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
ru
8ba4187688
Prepare for mdoc(7)NG.
2000-12-29 14:08:20 +00:00
ru
bdc5340b39
mdoc(7) police: Er macro usage cleanup.
2000-11-22 16:02:00 +00:00
ru
7d99729431
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00
jasone
a8691b8420
Make sem_post() safe to call from within a signal handler, as required by
...
POSIX/SUSv2.
2000-08-01 21:19:09 +00:00
jasone
531e62c825
pthread_once --> pthread_once_t.
2000-07-19 16:38:07 +00:00
jasone
3006cee4d8
Change my email address in the copyright notices for the sake of consistency
...
(jasone@canonware.com --> jasone@freebsd.org ).
2000-07-18 01:38:19 +00:00
jasone
210624f121
Reshuffle the SEE ALSO section.
...
Prompted by: sheldonh
2000-07-17 22:33:32 +00:00
jasone
07f1aa63b8
Fix typo in SEE ALSO section.
2000-06-28 03:15:21 +00:00
chris
ef06afc4d3
Fix a misspelling: undefied -> undefined
2000-05-27 22:02:32 +00:00
phantom
8c193b4282
add MLINKS: pthread_testcancel(3) -> pthread_setcanceltype(3)
2000-05-12 09:59:44 +00:00
bde
eae1aa7098
"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>.
2000-05-11 16:13:18 +00:00
bde
5e51fa49c7
Fixed misspelling of a struct tag in a function parameter type.
2000-05-11 16:03:38 +00:00
sheldonh
14e9cd73ea
Fix miscellaneous mdoc macro argument limit infringements.
...
PR: 18465
Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-05-09 14:02:06 +00:00
phantom
a477158490
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
2000-05-04 08:05:45 +00:00
jasone
2ba660079d
Add missing .El macro.
2000-05-03 08:50:43 +00:00
jasone
03d029f134
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
2000-05-02 06:51:40 +00:00
phantom
c8cd1c858c
Introduce .Lb macro to libc_r manpages.
2000-04-22 15:50:29 +00:00
sheldonh
329223e6f2
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-02 09:14:21 +00:00
ru
f7be466376
Fix the installworld breakage from rev 1.9.
...
Submitted by: reg
Reviewed by: ru
Approved by: jasone (rev 1.9)
Pointy hat to: unfurl
2000-02-18 13:21:16 +00:00
unfurl
3e33e82f1d
fixed missing trailing \
...
Submitted by: Thimble Smith <tim@mysql.com>
2000-02-18 05:31:26 +00:00
unfurl
cbb193fe52
Adds missing symlinks for pthread related manpages.
...
PR: 16537
Submitted by: AnarCat <beaupran@iro.umontreal.ca>
Approved by: jasone
2000-02-18 02:26:27 +00:00
jasone
940003aae4
Add man pages for the sem_*() functions.
...
Approved by: jkh
2000-02-16 19:31:53 +00:00
bde
6e13854ccb
Fixed bitrot in synopsis. The change from "int *pshared" to "int pshared"
...
hadn't reached here.
1999-12-23 16:51:27 +00:00
phantom
47918de226
Fix typos
...
PR: docs/14858
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
1999-12-17 14:48:00 +00:00
alfred
e7efcb5302
add pthread_cancel, obtained from OpenBSD.
...
eischen (Daniel Eischen) added wrappers to protect against cancled
threads orphaning internal resources.
the cancelability code is still a bit fuzzy but works for test
programs of my own, OpenBSD's and some examples from ORA's books.
add readdir_r to both libc and libc_r
add some 'const' attributes to function parameters
Reviewed by: eischen, jasone
1999-11-28 05:38:13 +00:00
peter
76f0c923fe
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
rse
592af9e5e3
Fix EINVAL related descriptions.
1999-08-20 07:00:22 +00:00
chris
e4023cb6fa
Bad reference exit(2) changed to exit(3)
1999-08-14 08:05:46 +00:00
nik
f7a8bc4c04
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
1999-07-12 20:50:10 +00:00
alex
f43ff516fd
Removed extraneous comma in xrefs.
1999-05-14 21:03:23 +00:00
alex
e9fc5ab540
Added missing comma in xrefs.
1999-05-14 21:03:11 +00:00
alex
787e89e027
Typo fix (set --> get).
...
Obtained from: OpenBSD (David Leonard)
1999-03-22 23:13:37 +00:00
bde
504669ca2e
Fixed bitrot in synopsis (some const poisoning hadn't reached here).
1999-03-05 18:43:00 +00:00
alex
fe02148d3f
Implement pthread read/write locks as defined by Version 2 of the Single
...
UNIX Specification.
As with our standard mutexes, process shared locks are not supported at
this time.
1998-09-07 19:01:43 +00:00
wosch
68cda92e4a
Sort cross references.
1998-08-31 16:41:09 +00:00
bde
b0f1ad7788
Changed prototype in synopsis to match prototype in <pthread.h>.
1998-08-03 16:54:51 +00:00
alex
5d69d2598b
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
1998-08-03 00:58:37 +00:00
phk
6b7f7b2376
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>
1998-07-31 09:09:19 +00:00
jraynard
0db69331c5
Typo fixes
1998-05-03 22:59:47 +00:00
jb
a6ff3fe2e9
This function compiles with the standard, so say so.
1998-04-03 09:12:19 +00:00
jb
449d1d74af
This function compiles with the standard, so say so.
...
Add a note about not touching errno and warn about previous drafts
of the standard which changed the level of indirection to the thread
argument. POSIX had a bit of trouble deciding what to do. So anyone
coding to both draft 4 and draft 10 (the final draft) will get burnt
by this function. I did. Grrr.
1998-04-03 09:11:15 +00:00