summaryrefslogtreecommitdiffstats
path: root/share/man/man3
Commit message (Collapse)AuthorAgeFilesLines
* pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *')fjoe2003-01-071-2/+2
| | | | to be consistent with other pthread_XXX functions
* english(4) police.schweikh2002-12-272-2/+2
|
* mdoc(7) police: Deal with self-xrefs.ru2002-12-242-4/+5
|
* mdoc(7) police: sort xrefs in SEE ALSO.ru2002-12-131-7/+7
|
* mdoc(7) police: markup overhaul.ru2002-12-131-118/+142
|
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
| | | | Approved by: re
* mdoc(7) police: overhaul.ru2002-12-091-12/+12
|
* Consistently mark std(in|out|err) with .Dv, because that's how theyru2002-12-041-1/+1
| | | | | | | are marked up in stdio(3), and because they are defined expressions of type "FILE *". Approved by: re
* mdoc(7) police: scheduled sweep.ru2002-11-291-4/+4
| | | | Approved by: re
* Add & hookup manpage for pthread_attr_get_np(3).phantom2002-10-261-0/+95
| | | | MFC after: 3 days
* Make the example "assertion failure" message match reality.tjr2002-10-251-1/+1
|
* Update the Standards section for the addition of the C99 va_copy macro.tjr2002-10-251-2/+4
|
* Implement C99's va_copy() macro.mike2002-09-182-2/+25
|
* Fix a typo.maxim2002-07-101-1/+1
| | | | MFC after: 3 days
* Install the tree(3) man page.des2002-06-231-1/+37
|
* This commit was generated by cvs2svn to compensate for changes in r98681,des2002-06-231-0/+453
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import the documentation for <sys/tree.h>des2002-06-231-0/+453
| | | | Obtained from: OpenBSD
* More file system > filesystemtrhodes2002-05-161-1/+1
|
* Document STAILQ_CONCAT and TAILQ_CONCAT.tmm2002-04-172-0/+26
| | | | | | | PR: 20024 Submitted by: Tony Finch <dot@dotat.at> (TAILQ_CONCAT, slightly changed by me) Reviewed by: ru (earlier version)
* mdoc(7) police: tidy up.ru2002-03-181-33/+31
|
* Add a bunch of functions.maxim2002-03-111-7/+76
| | | | | | | PR: docs/32561 Reviewed by: deischen, ru Approved by: ru MFC after: 2 weeks
* fix MLINKS for timeradd.3fjoe2002-01-141-1/+2
|
* Add manpage for timeradd macros and friends. A companion page fordwhite2002-01-142-1/+124
| | | | | | timespecadd should be added at a future point... PR: 13079
* mdoc(7) police: tidy up previous delta.ru2002-01-091-2/+4
|
* Document some behaviour I'm depending on.julian2001-12-281-0/+2
| | | | (TAILQ_FOREACH leaves the variable NULL if there were no more to do)
* mdoc(7) police: one-line literal displays are faster.ru2001-11-201-6/+4
|
* Describe handling of NULLs passed to pthread_setcancelstate().murray2001-11-051-2/+10
| | | | | PR: docs/31745 Submitted by: Andrew <andrew@ugh.net.au>
* Mark up NULL in .Dv.dd2001-11-041-1/+3
| | | | | PR: 31747 Submitted by: <andrew@ugh.net.au>
* 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
|
OpenPOWER on IntegriCloud