aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/rfork_thread.3
Commit message (Collapse)AuthorAgeFilesLines
* rfork_thread(3): Mark deprecated in favor of pthread_create(3).Jilles Tjoelker2011-02-061-2/+10
| | | | Notes: svn path=/head/; revision=218385
* Replace the return value of rfork_thread(3) in its manual pageRobert Drehmel2003-04-271-1/+1
| | | | | | | | function prototype with `pid_t' to match the declaration in <unistd.h>. Notes: svn path=/head/; revision=114132
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-181-1/+3
| | | | Notes: svn path=/head/; revision=108030
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* MFS: in HISTORY section, fix release number of first appearanceSheldon Hearn2001-08-011-1/+1
| | | | Notes: svn path=/head/; revision=80898
* Fix broken Fn calls; Fn doesn't take a manual page section as anSheldon Hearn2001-08-011-5/+5
| | | | | | | | | argument. Terminate the last sentence with a period. Notes: svn path=/head/; revision=80895
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
| | | | Notes: svn path=/head/; revision=69857
* Add a skeleton rfork_thread(3) man page.Peter Wemm2000-07-291-0/+77
Notes: svn path=/head/; revision=64006