summaryrefslogtreecommitdiffstats
path: root/share/man/man3
Commit message (Collapse)AuthorAgeFilesLines
* Only provide function information in compile environments that supportmike2001-10-271-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.asmodai2001-10-241-2/+7
| | | | Update text which is printed out to reflect reality.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-0148-50/+50
|
* STAILQ_LAST() macro takes 3 arguments, not 1.sobomax2001-08-211-1/+1
|
* Remove unused variable in example.dd2001-08-161-1/+1
|
* mdoc(7) police: s/OpenBSD/.Ox/ where appropriate.ru2001-08-131-1/+4
|
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-136-6/+6
|
* mdoc(7) police:ru2001-08-071-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 tojasone2001-07-201-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.dd2001-07-1511-24/+24
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-144-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.ru2001-07-104-4/+4
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-1024-24/+24
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-0921-24/+0
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-066-27/+27
|
* Typo fix: requires -> reacquiresgshapiro2001-06-271-1/+1
| | | | | Submitted by: Murray S. Kucherawy <msk@sendmail.com> MFC after: 3 days
* Add a missing word.dd2001-06-051-1/+1
| | | | Obtained from: OpenBSD
* Add a missing word.dd2001-06-051-1/+2
|
* Fixed typo in the description.ru2001-05-181-2/+2
| | | | | PR: docs/27411 Submitted by: David Wimsey <dwimsey@rtci.com>
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* Remove the last remnants of circle queues.dd2001-03-151-6/+5
| | | | | | PR: 25184 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> Approved by: nik
* mdoc(7) police: fix markup.ru2001-03-022-7/+9
|
* mdoc(7) police: utilize .St macro.ru2001-02-261-5/+4
|
* Use ``.St -p1003.1-96''.ru2001-02-2626-78/+52
|
* /^\.St/ s/-iso9945-1/-p1003.1-96/ru2001-02-265-5/+5
|
* .St -ansiC -> .St -isoCru2001-02-261-1/+1
|
* Fixed missing #include and wrong prototypes. Most of these bugs werebde2001-02-061-11/+13
| | | | | duplicated in libc_r/man/*.3 but were fixed years ago there. Here they were hiding under mdoc errors.
* Fix typo.nik2001-02-021-1/+1
| | | | | PR: docs/23936 Submitted by: Garret Rooney <rooneg@rpi.edu>
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-015-65/+234
|
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.ru2001-01-121-3/+3
|
* Remove comma after final .Nm entry before .Ndben2000-12-301-1/+1
|
* Remove CIRCLEQ manual page links now that CIRCLEQ has been axed.ben2000-12-301-16/+0
|
* Prepare for mdoc(7)NG.ru2000-12-291-0/+1
|
* CIRCLEQs are a disgrace to everything Knuth taught us in Volume 1 Chapter 2.phk2000-12-291-220/+3
| | | | | | Retire them before anybody starts to use them again. Use TAILQ instead, it provides the same functionality.
* Prepare for mdoc(7)NG.ru2000-12-293-42/+29
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-205-7/+7
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
|
* remove fullstops from the end of .Xr lines in SEE ALSO sections.ben2000-11-151-1/+1
|
* Use Fx macro wherever possible.ru2000-11-142-4/+9
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-2/+1
|
* Manpage incorrectly states that STAILQ_REMOVE_HEAD takes an argalfred2000-11-091-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.sheldonh2000-08-281-3/+4
|
* Apply fixes from NetBSD to bring this manual page into reallity.phantom2000-08-281-16/+30
| | | | | Inspired by: ru & 4.4BSD Design and Implementation Obtained from: NetBSD
* Fix minor typo.markm2000-07-271-1/+1
|
* pthread_once --> pthread_once_t.jasone2000-07-191-1/+1
|
* Change my email address in the copyright notices for the sake of consistencyjasone2000-07-186-6/+6
| | | | (jasone@canonware.com --> jasone@freebsd.org).
* Add MLINKS for queue(3) FOREACH_REVERSE and HEAD_INITIALIZER macros.jake2000-06-121-1/+8
| | | | Forgotten by: jake, archie
* (1) document *_HEAD_INITIALIZERjake2000-06-101-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 -> undefinedchris2000-05-271-1/+1
|
* Add MLINKS for all macros decribed in queue.3 manpage.phantom2000-05-121-18/+64
|
OpenPOWER on IntegriCloud