summaryrefslogtreecommitdiffstats
path: root/share/man/man3
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed pthread(3) references to non-existant pthread related manpages.unfurl2000-02-181-0/+33
| | | | | | | | 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
* Mandate the inclusion of <ieeefp.h> instead of <floatingpoint.h>. Thesheldonh1999-12-241-1/+1
| | | | | | | | | latter is just wrong. There were many other problems spotted by bde, none of which are addressed here. Reviewed by: bde
* Fixed bitrot in synopsis. The change from "int *pshared" to "int pshared"bde1999-12-231-1/+1
| | | | hadn't reached here.
* Sync with reality.phantom1999-12-191-26/+167
| | | | | PR: docs/15036 Submitted by: Jake Burkholder <jburkhol@home.com>
* Fix typosphantom1999-12-174-5/+8
| | | | | PR: docs/14858 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* Document pthread_create().chris1999-12-161-0/+2
| | | | Reviewed by: jasone
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-282-0/+257
| | | | | | | | | | | | | | 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
* $Id$ -> $FreeBSD$peter1999-08-2843-43/+43
|
* Fix EINVAL related descriptions.rse1999-08-202-6/+7
|
* Bad reference exit(2) changed to exit(3)chris1999-08-141-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1223-0/+46
| | | | | | | | | | | | | | | | | 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
* fix the links to the bitstring man page..jmg1999-06-252-5/+5
| | | | fix wording in man page, through != to
* Removed extraneous comma in xrefs.alex1999-05-142-4/+4
|
* Added missing comma in xrefs.alex1999-05-141-2/+2
|
* Minor punctuation/grammar nits.kris1999-04-301-3/+3
|
* Typo fix (set --> get).alex1999-03-221-3/+3
| | | | Obtained from: OpenBSD (David Leonard)
* Fixed bitrot in synopsis (some const poisoning hadn't reached here).bde1999-03-051-2/+2
|
* Fix typo by rewriting sentence.wollman1999-01-261-8/+10
|
* Added pthread read/write locks.alex1998-09-121-4/+43
|
* Implement pthread read/write locks as defined by Version 2 of the Singlealex1998-09-079-0/+783
| | | | | | | UNIX Specification. As with our standard mutexes, process shared locks are not supported at this time.
* Sort cross references.wosch1998-08-3112-33/+33
|
* Changed prototype in synopsis to match prototype in <pthread.h>.bde1998-08-033-3/+3
|
* The pthreads standard has been published. Change:alex1998-08-0324-47/+47
| | | | | | | | | | ...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
* I've put together man pages for the pthread_cleanup, pthread_cond, andphk1998-07-3114-0/+936
| | | | | | | | 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>
* Spelling corrections.jkoshy1998-06-062-4/+4
| | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net>
* Typo fixesjraynard1998-05-031-2/+3
|
* Add a reference to the gcc linker option -pthread that is part ofjb1998-04-101-3/+11
| | | | the FreeBSD configuration LIB_SPEC.
* This function compiles with the standard, so say so.jb1998-04-031-3/+3
|
* This function compiles with the standard, so say so.jb1998-04-031-4/+6
| | | | | | | | 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.
* Fixed a function arg type in the synopsis.bde1998-03-231-1/+1
|
* Document the fpgetprec/fpsetprec functions in their man page.jlemon1998-02-042-7/+45
| | | | | | Add cross-references to the elusive fpsetmask() function to various other man pages. Reviewed by: bde
* Expanded cross references.alex1998-01-021-1/+3
|
* Typo fix.alex1998-01-021-3/+3
| | | | Removed "...when it is published" from conformity statement.
* Use consistent spelling,hoek1997-12-251-2/+2
| | | | | | | | writeable -> writable (recall prior debate over this? :-) initialise -> initialize recognise -> recognize Merry Christmas! :)
* Update the man page to reflect that libc_r is built as partsteve1997-11-051-20/+4
| | | | | | | of make world unless the '-DNOLIBC_R' option is given to make(1). PR: 4710 Submitted by: Magnus Enbom <dot@tinto.campus.luth.se
* Fixed type bugs in synopsis. Some of the typedefs that were used herebde1997-04-132-21/+30
| | | | | haven't existed for years, if they ever existed. The "prototypes" are actually for macros, so they are difficult to check automatically.
* Fixed misuse of .Ft for enum members. (.Fa seems to be the bestbde1997-03-191-8/+8
| | | | | | | | available macro for enum, struct and union members. .Ft seems to be the best available macro for enum, struct and union tags and types). Fixed missing void arg types.
* Fixed wrong number of args in STAILQ_REMOVE_HEAD() in synopsis.bde1997-03-191-2/+2
|
* The CIRCLEQ_ENTRY example was wrong. Part of PR# 2917.mpp1997-03-091-2/+2
|
* add missing cvs Id lines.jmg1997-03-077-0/+8
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Revert $FreeBSD$ back to $Id$peter1997-02-223-3/+3
|
* Bring intro(3) a bit closer to reality:jmg1997-02-171-25/+30
| | | | | | | | | | | | | | 1) comment out xref to non-existant libc(3) 2) comment out reference to Fortran specific section (3f) 3) add libkvm with reference to kvm(3) 4) comment out xref to non-existant pc(1) 5) comment out libplot and libplotf77 6) fix problem with -ltermcap not being parenthesized 7) sort files listing still missing most of the libraries that exist in /usr/lib. Closes PR#1151
* Minor mdoc cleanup.mpp1997-01-311-15/+15
|
* I just found a bug in my program, I was calling va_arg (..., char),jmacd1997-01-301-1/+2
| | | | | | | | | | | when parsing a printf-like arg list. Looking for someone to blame, I noticed that the man page has a bad example. It clearly says at the top that types following the last known argument are passed after their default type conversions, and then later the example uses va_arg (..., char); so I fixed it.
* Sort cross references.wosch1997-01-206-12/+12
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144-4/+4
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Sort cross references.wosch1997-01-131-4/+5
|
* Add SLIST_EMPTY, SLIST_FIRST, SLIST_NEXT.phk1996-12-291-0/+6
| | | | | Is it time to split this into one "intro" type and a number of detailed pages ?
* add missing comma(s) in .Xr macroswosch1996-09-231-1/+3
|
OpenPOWER on IntegriCloud