Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin | |
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||
2002-04-30 | Initial cleanup: | Mike Pechkin | |
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok | |||
2002-02-21 | correct .Xr's. | Federico G. Schwindt | |
2002-02-21 | Use .St for standards. Random cleanups as well. | Federico G. Schwindt | |
2002-02-21 | When cleanup_routine is called... also use .St to reference standards. | Federico G. Schwindt | |
2002-02-21 | Xr pthread_kill; from fries@ | Federico G. Schwindt | |
2002-02-20 | fix includes and some cleanup. | Federico G. Schwindt | |
2002-02-20 | pthread_kill() manpage; from FreeBSD. | Federico G. Schwindt | |
2002-02-19 | fix this by now; .Rv prolly has to be removed. | Federico G. Schwindt | |
2002-01-28 | fix after fgs | Peter Valchev | |
2002-01-28 | correct function name. | Federico G. Schwindt | |
2002-01-28 | sem_XXX(3) manpages; better now that never. | Federico G. Schwindt | |
From FreeBSD. | |||
2001-12-07 | o point pthread_setcancel(type|state) manpages where they belong. | Federico G. Schwindt | |
o remove functions from pthread_cancel(3). | |||
2001-11-02 | fix typo in thread status flags | Marco S Hyman | |
2001-10-30 | Add note to BUGS section regarding linking with -ggdb vs -g | Marco S Hyman | |
2001-10-28 | Describe all the thread status flags. Describe the two | Marco S Hyman | |
environment variables used to control status format and display | |||
2001-08-20 | spelling | Peter Valchev | |
2001-08-19 | enable pthread_main_np(3) | Peter Valchev | |
2001-08-18 | Describe the pthread_main_np() function | Peter Valchev | |
2001-08-11 | manpage for pthread_[get|set]schedparam; from FreeBSD. | Federico G. Schwindt | |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin | |
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 | |||
2001-08-04 | pthread_mutexattr_* manpage; from FreeBSD. | Federico G. Schwindt | |
2001-08-03 | typo; krapht@secureops.com | Theo de Raadt | |
2001-06-24 | remove double space after comma | jasoni | |
2001-06-24 | grammar | jasoni | |
2001-06-01 | missing word | jasoni | |
"function will non-zero" -> "function will return non-zero" | |||
2001-05-31 | missing word | jasoni | |
"the temporarily lacks the resources" -> "the system temporarily lacks...." | |||
2001-05-31 | more typos | Theo de Raadt | |
2001-05-31 | typos; first few spotted by heko@saitti.net | Theo de Raadt | |
2000-12-31 | -lpthread -> -pthread | Brad Smith | |
2000-04-28 | fix Xr; glam0006@tc.umn.edu | Theo de Raadt | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-03-07 | Typo in synopsis: sont --> const | Alex Feldman | |
2000-03-04 | Use .Va for errno. | Aaron Campbell | |
2000-02-10 | protect arguments to Nd | David Leonard | |
2000-02-10 | document existence of pthread_setcancelstate and pthread_setcanceltype | David Leonard | |
2000-01-22 | canceled -> cancelled | Aaron Campbell | |
2000-01-06 | sync | David Leonard | |
2000-01-06 | describe SIGINFO dump better | David Leonard | |
2000-01-06 | document | David Leonard | |
2000-01-06 | Xr's to pthread_attr_*(3) | David Leonard | |
2000-01-06 | document | David Leonard | |
1999-12-24 | Fix synopsis. bde@freebsd.org | Alex Feldman | |
1999-11-24 | Add FreeBSD tags | David Leonard | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* 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... | |||
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
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. |