phantom
b1bd5e2cc7
Add MLINKS for all macros decribed in queue.3 manpage.
2000-05-12 07:58:37 +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
archie
c0981040e1
Document TAILQ_FOREACH_REVERSE() and CIRCLEQ_FOREACH_REVERSE() macros.
...
Submitted by: Jake Burkholder <jburkhol@home.com>
2000-05-01 18:22:59 +00:00
phantom
c8cd1c858c
Introduce .Lb macro to libc_r manpages.
2000-04-22 15:50:29 +00:00
jhb
91203ebc06
Update STAILQ example to use STAILQ_REMOVE_HEAD instead of
...
TAILQ_REMOVE_HEAD.
PR: docs/17590
Submitted by: Benno Rice <benno@netizen.com.au>
2000-03-27 13:26:45 +00:00
sheldonh
244b8ead7d
Remove more single-space hard sentence breaks.
2000-03-02 14:54:02 +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
sheldonh
b45b9e3cde
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-01 14:50:24 +00:00
nik
c07240daf8
s/curses/ncurses/
...
PR: docs/17061
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:46:05 +00:00
unfurl
faf23457e0
Removed pthread(3) references to non-existant pthread related manpages.
...
I discussed this with Jason Evans and he's put these on his to-do list.
PR: 16537
Submitted by: AnarCat <beaupran@iro.umontreal.ca>
Approved by: jasone
2000-02-18 02:10:38 +00:00
sheldonh
dd11088a42
Mandate the inclusion of <ieeefp.h> instead of <floatingpoint.h>. The
...
latter is just wrong.
There were many other problems spotted by bde, none of which are
addressed here.
Reviewed by: bde
1999-12-24 08:43:19 +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
606120b2a0
Sync with reality.
...
PR: docs/15036
Submitted by: Jake Burkholder <jburkhol@home.com>
1999-12-19 19:12:14 +00:00
phantom
47918de226
Fix typos
...
PR: docs/14858
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
1999-12-17 14:48:00 +00:00
chris
5a03b41405
Document pthread_create().
...
Reviewed by: jasone
1999-12-16 22:36:54 +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
jmg
9324a238d2
fix the links to the bitstring man page..
...
fix wording in man page, through != to
1999-06-25 04:51:49 +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
kris
6f402caa86
Minor punctuation/grammar nits.
1999-04-30 13:12:44 +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
wollman
f66279e270
Fix typo by rewriting sentence.
1999-01-26 16:59:02 +00:00
alex
9fc99cb50c
Added pthread read/write locks.
1998-09-12 13:53:58 +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
jkoshy
0d7d76d982
Spelling corrections.
...
PR: 6868
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-06 05:50:53 +00:00
jraynard
0db69331c5
Typo fixes
1998-05-03 22:59:47 +00:00
jb
ab575a6efe
Add a reference to the gcc linker option -pthread that is part of
...
the FreeBSD configuration LIB_SPEC.
1998-04-10 09:33:09 +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
bde
ad583a7187
Fixed a function arg type in the synopsis.
1998-03-23 13:07:17 +00:00
jlemon
856becd843
Document the fpgetprec/fpsetprec functions in their man page.
...
Add cross-references to the elusive fpsetmask() function to various other
man pages.
Reviewed by: bde
1998-02-04 22:30:20 +00:00
alex
410918fc30
Expanded cross references.
1998-01-02 19:22:52 +00:00
alex
fbc0e8b964
Typo fix.
...
Removed "...when it is published" from conformity statement.
1998-01-02 19:19:50 +00:00
hoek
100ffb8b0a
Use consistent spelling,
...
writeable -> writable (recall prior debate over this? :-)
initialise -> initialize
recognise -> recognize
Merry Christmas! :)
1997-12-25 09:36:42 +00:00
steve
376460ca5f
Update the man page to reflect that libc_r is built as part
...
of make world unless the '-DNOLIBC_R' option is given to make(1).
PR: 4710
Submitted by: Magnus Enbom <dot@tinto.campus.luth.se
1997-11-05 03:54:11 +00:00
bde
bf2cc57012
Fixed type bugs in synopsis. Some of the typedefs that were used here
...
haven't existed for years, if they ever existed. The "prototypes" are
actually for macros, so they are difficult to check automatically.
1997-04-13 14:19:59 +00:00