summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* missing wordjasoni2001-06-011-2/+2
| | | | "function will non-zero" -> "function will return non-zero"
* missing wordjasoni2001-05-311-2/+3
| | | | "the temporarily lacks the resources" -> "the system temporarily lacks...."
* more typosderaadt2001-05-311-4/+4
|
* typos; first few spotted by heko@saitti.netderaadt2001-05-311-5/+5
|
* -lpthread -> -pthreadbrad2000-12-311-2/+2
|
* fix Xr; glam0006@tc.umn.eduderaadt2000-04-281-3/+3
|
* Mostly punctuation fixes.aaron2000-04-154-8/+8
|
* Trailing whitespace begone!aaron2000-04-1214-43/+43
|
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-142-4/+4
| | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
* Typo in synopsis: sont --> constalex2000-03-071-2/+2
|
* Use .Va for errno.aaron2000-03-041-2/+4
|
* protect arguments to Ndd2000-02-101-2/+2
|
* document existence of pthread_setcancelstate and pthread_setcanceltyped2000-02-101-5/+14
|
* canceled -> cancelledaaron2000-01-222-6/+6
|
* syncd2000-01-061-3/+12
|
* describe SIGINFO dump betterd2000-01-061-31/+60
|
* documentd2000-01-061-0/+35
|
* Xr's to pthread_attr_*(3)d2000-01-061-1/+5
|
* documentd2000-01-064-0/+304
|
* Fix synopsis. bde@freebsd.orgalex1999-12-241-2/+2
|
* Add FreeBSD tagsd1999-11-2436-27/+117
|
* Typo fixes.alex1999-09-231-3/+3
|
* - remove all trailing whitespaceaaron1999-07-0910-21/+21
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-0710-20/+20
| | | | | | | Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
* remove redundant .Pp macrosaaron1999-07-0221-26/+2
|
* Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization.d1999-06-152-71/+3
|
* capitalize the acronym IDaaron1999-06-052-4/+8
|
* document two new states (deadlock and spinblock)d1999-05-261-1/+5
|
* Use .St susv2.alex1999-05-182-6/+8
| | | | pwrite.3: pread -> pwrite where appropriate.
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-166-19/+19
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* Removed extraneous comma in xrefs.alex1999-05-142-6/+6
|
* Added missing comma in xrefs.alex1999-05-141-3/+3
|
* sucessful -> successfulaaron1999-04-211-2/+2
|
* This is OpenBSD.alex1999-04-219-27/+27
|
* actually make use of the new manual pagesd1999-03-241-4/+13
|
* better, nicer, neater documentationd1999-03-221-80/+145
|
* minor fixesd1999-03-226-13/+17
|
* new documentationd1999-03-225-0/+218
|
* fix more comma splices that involve misuse of conjunctive adverbspjanzen1999-03-111-1/+1
|
* fix comma splices involving 'however'pjanzen1999-03-101-1/+1
|
* Fix .Os so that correct OS version appearsd1999-03-1031-36/+36
|
* missing const (freebsd)d1999-03-101-3/+3
|
* make function names the correct casederaadt1999-02-273-4/+4
|
* documentd1999-01-181-0/+68
|
* typo; niced1999-01-181-2/+4
|
* add section numbers to Xrd1999-01-181-7/+7
|
* sync with previous changesd1999-01-181-5/+10
|
* pthread_cancel() and cancellation pointsd1999-01-172-0/+247
|
* link/mention recently added manual pagesd1998-11-202-3/+36
|
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-0936-62/+910
| | | | | | | add (broken) mips md stuff fix some const warnings add sigaltstack() stub another hash at getting shlib auto-init to work (mips/elf and i386/a.out)