Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix MLINKS for timeradd.3 | fjoe | 2002-01-14 | 1 | -1/+2 |
| | |||||
* | Add manpage for timeradd macros and friends. A companion page for | dwhite | 2002-01-14 | 2 | -1/+124 |
| | | | | | | timespecadd should be added at a future point... PR: 13079 | ||||
* | mdoc(7) police: tidy up previous delta. | ru | 2002-01-09 | 1 | -2/+4 |
| | |||||
* | Document some behaviour I'm depending on. | julian | 2001-12-28 | 1 | -0/+2 |
| | | | | (TAILQ_FOREACH leaves the variable NULL if there were no more to do) | ||||
* | mdoc(7) police: one-line literal displays are faster. | ru | 2001-11-20 | 1 | -6/+4 |
| | |||||
* | Describe handling of NULLs passed to pthread_setcancelstate(). | murray | 2001-11-05 | 1 | -2/+10 |
| | | | | | PR: docs/31745 Submitted by: Andrew <andrew@ugh.net.au> | ||||
* | Mark up NULL in .Dv. | dd | 2001-11-04 | 1 | -1/+3 |
| | | | | | PR: 31747 Submitted by: <andrew@ugh.net.au> | ||||
* | Only provide function information in compile environments that support | mike | 2001-10-27 | 1 | -9/+9 |
| | | | | | | | the C99 variable __func__ and never for C++. Provide a more meaningful example in the assert(3) manual. Reviewed by: asmodai, bde | ||||
* | Document C99 conformity. | asmodai | 2001-10-24 | 1 | -2/+7 |
| | | | | Update text which is printed out to reflect reality. | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 48 | -50/+50 |
| | |||||
* | STAILQ_LAST() macro takes 3 arguments, not 1. | sobomax | 2001-08-21 | 1 | -1/+1 |
| | |||||
* | Remove unused variable in example. | dd | 2001-08-16 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: s/OpenBSD/.Ox/ where appropriate. | ru | 2001-08-13 | 1 | -1/+4 |
| | |||||
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | ru | 2001-08-13 | 6 | -6/+6 |
| | |||||
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -5/+3 |
| | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. | ||||
* | Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to | jasone | 2001-07-20 | 1 | -0/+6 |
| | | | | | | | | be malloc()ed, but they are now allocated using mmap(), just as the default-size stacks are. A separate cache of stacks is kept for non-default-size stacks. Collaboration with: deischen | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 11 | -24/+24 |
| | |||||
* | Removed whitespace at end-of-line; no content changes. I simply did | schweikh | 2001-07-14 | 4 | -13/+13 |
| | | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days | ||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 4 | -4/+4 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 24 | -24/+24 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 21 | -24/+0 |
| | |||||
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 6 | -27/+27 |
| | |||||
* | Typo fix: requires -> reacquires | gshapiro | 2001-06-27 | 1 | -1/+1 |
| | | | | | Submitted by: Murray S. Kucherawy <msk@sendmail.com> MFC after: 3 days | ||||
* | Add a missing word. | dd | 2001-06-05 | 1 | -1/+1 |
| | | | | Obtained from: OpenBSD | ||||
* | Add a missing word. | dd | 2001-06-05 | 1 | -1/+2 |
| | |||||
* | Fixed typo in the description. | ru | 2001-05-18 | 1 | -2/+2 |
| | | | | | PR: docs/27411 Submitted by: David Wimsey <dwimsey@rtci.com> | ||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
| | |||||
* | Remove the last remnants of circle queues. | dd | 2001-03-15 | 1 | -6/+5 |
| | | | | | | PR: 25184 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> Approved by: nik | ||||
* | mdoc(7) police: fix markup. | ru | 2001-03-02 | 2 | -7/+9 |
| | |||||
* | mdoc(7) police: utilize .St macro. | ru | 2001-02-26 | 1 | -5/+4 |
| | |||||
* | Use ``.St -p1003.1-96''. | ru | 2001-02-26 | 26 | -78/+52 |
| | |||||
* | /^\.St/ s/-iso9945-1/-p1003.1-96/ | ru | 2001-02-26 | 5 | -5/+5 |
| | |||||
* | .St -ansiC -> .St -isoC | ru | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | 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 |