summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix includes and some cleanup.fgsch2002-02-206-24/+17
|
* pthread_kill() manpage; from FreeBSD.fgsch2002-02-202-1/+77
|
* fix this by now; .Rv prolly has to be removed.fgsch2002-02-191-2/+3
|
* fix after fgspvalchev2002-01-281-3/+3
|
* correct function name.fgsch2002-01-281-2/+2
|
* sem_XXX(3) manpages; better now that never.fgsch2002-01-287-3/+507
| | | | From FreeBSD.
* o point pthread_setcancel(type|state) manpages where they belong.fgsch2001-12-072-16/+7
| | | | o remove functions from pthread_cancel(3).
* fix typo in thread status flagsmarc2001-11-021-2/+2
|
* Add note to BUGS section regarding linking with -ggdb vs -gmarc2001-10-301-1/+11
|
* Describe all the thread status flags. Describe the twomarc2001-10-281-17/+42
| | | | environment variables used to control status format and display
* spellingpvalchev2001-08-201-2/+2
|
* enable pthread_main_np(3)pvalchev2001-08-191-1/+2
|
* Describe the pthread_main_np() functionpvalchev2001-08-181-0/+42
|
* manpage for pthread_[get|set]schedparam; from FreeBSD.fgsch2001-08-112-3/+95
|
* o) We always close .Bl and .Bd tags;mpech2001-08-061-2/+1
| | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
* pthread_mutexattr_* manpage; from FreeBSD.fgsch2001-08-042-2/+190
|
* typo; krapht@secureops.comderaadt2001-08-031-2/+2
|
* remove double space after commajasoni2001-06-243-6/+6
|
* grammarjasoni2001-06-245-10/+10
|
* 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
|