Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed missing #include and wrong prototypes. Most of these bugs were | bde | 2001-02-06 | 1 | -11/+13 | |
| | | | | | duplicated in libc_r/man/*.3 but were fixed years ago there. Here they were hiding under mdoc errors. | |||||
* | Fix typo. | nik | 2001-02-02 | 1 | -1/+1 | |
| | | | | | PR: docs/23936 Submitted by: Garret Rooney <rooneg@rpi.edu> | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 5 | -65/+234 | |
| | ||||||
* | mdoc(7) police: Ft/Vt now accept punctuation-type arguments. | ru | 2001-01-12 | 1 | -3/+3 | |
| | ||||||
* | Remove comma after final .Nm entry before .Nd | ben | 2000-12-30 | 1 | -1/+1 | |
| | ||||||
* | Remove CIRCLEQ manual page links now that CIRCLEQ has been axed. | ben | 2000-12-30 | 1 | -16/+0 | |
| | ||||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -0/+1 | |
| | ||||||
* | CIRCLEQs are a disgrace to everything Knuth taught us in Volume 1 Chapter 2. | phk | 2000-12-29 | 1 | -220/+3 | |
| | | | | | | Retire them before anybody starts to use them again. Use TAILQ instead, it provides the same functionality. | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 3 | -42/+29 | |
| | ||||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 5 | -7/+7 | |
| | ||||||
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 1 | -1/+1 | |
| | ||||||
* | remove fullstops from the end of .Xr lines in SEE ALSO sections. | ben | 2000-11-15 | 1 | -1/+1 | |
| | ||||||
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 2 | -4/+9 | |
| | ||||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -2/+1 | |
| | ||||||
* | Manpage incorrectly states that STAILQ_REMOVE_HEAD takes an arg | alfred | 2000-11-09 | 1 | -3/+1 | |
| | | | | | called 'elm'. It doesn't take an arg 'elm', it simply removes the element at the head of the list. | |||||
* | Whitespace-only change: fix hard sentence breaks in previous commit. | sheldonh | 2000-08-28 | 1 | -3/+4 | |
| | ||||||
* | Apply fixes from NetBSD to bring this manual page into reallity. | phantom | 2000-08-28 | 1 | -16/+30 | |
| | | | | | Inspired by: ru & 4.4BSD Design and Implementation Obtained from: NetBSD | |||||
* | Fix minor typo. | markm | 2000-07-27 | 1 | -1/+1 | |
| | ||||||
* | pthread_once --> pthread_once_t. | jasone | 2000-07-19 | 1 | -1/+1 | |
| | ||||||
* | Change my email address in the copyright notices for the sake of consistency | jasone | 2000-07-18 | 6 | -6/+6 | |
| | | | | (jasone@canonware.com --> jasone@freebsd.org). | |||||
* | Add MLINKS for queue(3) FOREACH_REVERSE and HEAD_INITIALIZER macros. | jake | 2000-06-12 | 1 | -1/+8 | |
| | | | | Forgotten by: jake, archie | |||||
* | (1) document *_HEAD_INITIALIZER | jake | 2000-06-10 | 1 | -21/+54 | |
| | | | | | | | (2) fix a STAILQ_HEAD that should have been STAILQ_FIRST Requested by: (1) bde (2) W Gerald Hicks <jhix@mindspring.com> | |||||
* | Fix a misspelling: undefied -> undefined | chris | 2000-05-27 | 1 | -1/+1 | |
| | ||||||
* | Add MLINKS for all macros decribed in queue.3 manpage. | phantom | 2000-05-12 | 1 | -18/+64 | |
| | ||||||
* | "Fixed" missing include in synopsis. POSIX.1-1996 only specifies | bde | 2000-05-11 | 2 | -0/+2 | |
| | | | | | including <signal.h>, but that must be a bug in POSIX.1, because it also specifies that the relevant prototype is [only] in <pthread.h>. | |||||
* | Fixed misspelling of a struct tag in a function parameter type. | bde | 2000-05-11 | 1 | -1/+1 | |
| | ||||||
* | Fix miscellaneous mdoc macro argument limit infringements. | sheldonh | 2000-05-09 | 1 | -1/+1 | |
| | | | | | PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> | |||||
* | mdoc(7) cleanup: | phantom | 2000-05-04 | 6 | -57/+74 | |
| | | | | | | | | | | | . use real function names as `.Nm' macro argument in NAME section. It allows them to appear in apropos(1) or whatis(1) output. . replace empty lines with `.Pp' macro. . replace hardcoded standard names with their `.St' macro equivalents. . sort cross references in SEE ALSO section | |||||
* | Add missing .El macro. | jasone | 2000-05-03 | 1 | -0/+1 | |
| | ||||||
* | Add missing man pages. Fix various compliance bugs, mostly having to do with | jasone | 2000-05-02 | 6 | -0/+714 | |
| | | | | | | error return values. Implement pthread_mutexattr_gettype(). PR: docs/16537, docs/17538 | |||||
* | Document TAILQ_FOREACH_REVERSE() and CIRCLEQ_FOREACH_REVERSE() macros. | archie | 2000-05-01 | 1 | -1/+24 | |
| | | | | Submitted by: Jake Burkholder <jburkhol@home.com> | |||||
* | Introduce .Lb macro to libc_r manpages. | phantom | 2000-04-22 | 35 | -0/+70 | |
| | ||||||
* | Update STAILQ example to use STAILQ_REMOVE_HEAD instead of | jhb | 2000-03-27 | 1 | -1/+1 | |
| | | | | | | | TAILQ_REMOVE_HEAD. PR: docs/17590 Submitted by: Benno Rice <benno@netizen.com.au> | |||||
* | Remove more single-space hard sentence breaks. | sheldonh | 2000-03-02 | 1 | -1/+2 | |
| | ||||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 13 | -55/+110 | |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 2 | -2/+4 | |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | |||||
* | s/curses/ncurses/ | nik | 2000-03-01 | 1 | -1/+1 | |
| | | | | | PR: docs/17061 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de> | |||||
* | Removed pthread(3) references to non-existant pthread related manpages. | unfurl | 2000-02-18 | 1 | -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>. The | sheldonh | 1999-12-24 | 1 | -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" | bde | 1999-12-23 | 1 | -1/+1 | |
| | | | | hadn't reached here. | |||||
* | Sync with reality. | phantom | 1999-12-19 | 1 | -26/+167 | |
| | | | | | PR: docs/15036 Submitted by: Jake Burkholder <jburkhol@home.com> | |||||
* | Fix typos | phantom | 1999-12-17 | 4 | -5/+8 | |
| | | | | | PR: docs/14858 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> | |||||
* | Document pthread_create(). | chris | 1999-12-16 | 1 | -0/+2 | |
| | | | | Reviewed by: jasone | |||||
* | add pthread_cancel, obtained from OpenBSD. | alfred | 1999-11-28 | 2 | -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$ | peter | 1999-08-28 | 43 | -43/+43 | |
| | ||||||
* | Fix EINVAL related descriptions. | rse | 1999-08-20 | 2 | -6/+7 | |
| | ||||||
* | Bad reference exit(2) changed to exit(3) | chris | 1999-08-14 | 1 | -2/+2 | |
| | ||||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 23 | -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.. | jmg | 1999-06-25 | 2 | -5/+5 | |
| | | | | fix wording in man page, through != to | |||||
* | Removed extraneous comma in xrefs. | alex | 1999-05-14 | 2 | -4/+4 | |
| |