summaryrefslogtreecommitdiffstats
path: root/share/man/man3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* less sendmail specific;jmc2014-09-161-3/+3
|
* no more milter;jmc2014-09-161-7/+2
|
* zap MLINK for *Q_END and CIRCLEQ*;jmc2014-09-131-16/+5
|
* Retire the CIRCLEQ_* and *_END macros here, noting why they were deprecated.guenther2014-09-131-263/+22
| | | | | kick started by Gre'goire Duche^ne <gduchene@awhk.org> ok millert@
* obvious cases of missing .An;schwarze2014-09-081-3/+4
| | | | | found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes
* no more html/milter;jmc2014-07-161-4/+2
|
* ohash stuff in libutil now;jmc2014-05-131-2/+4
|
* no more asn1 or comm_err;jmc2014-04-241-9/+2
|
* no more kerberos, ok theo reykhenning2014-04-221-44/+2
|
* add heimbase; description from (and ok) ajacoutotjmc2014-04-071-2/+5
|
* no more libwrap;jmc2014-03-241-9/+2
|
* no more libcompat;jmc2013-12-051-13/+2
|
* remove reference to non-existent krb5(3). i don;t see any obvious placejmc2013-12-041-4/+2
| | | | to point folks to, so removing it until such time as i find one.
* add libfuse; ok jmc@pascal2013-11-301-2/+7
|
* move the global description of --export-symbols up to dlopen,espie2013-11-021-7/+14
| | | | | | | since that's where the problem usually gets noticed, add -rdynamic for gcc. okay matthew@
* Removed obsolete reference to GCC 2.95 archs. ok miod & jmc.brett2013-09-131-3/+2
|
* no longer any need to quote macro lines with >9 args;jmc2013-08-142-6/+6
| | | | From: Jan Stary
* libkafs5 has been renamed to libkafs;jmc2013-08-101-5/+5
| | | | ok ajacoutot
* Remove lie that old kerberos libs were hardlinked to libkrb5 andajacoutot2013-07-111-15/+29
| | | | | | properly document each one of them. input from and ok jmc@ robert@
* no more link(5). either remove references entirely, or point folksjmc2013-07-101-3/+3
| | | | | | to elf(5) instead; ok miod
* use fancy .In macros for includes. from Jan Klemkow. ok jmc schwarzetedu2013-06-059-27/+27
|
* remove reference to amd64_get_ioperm noticed by jmctedu2013-05-051-4/+2
|
* dlerror() should not return const char *, as noted by landryderaadt2013-03-241-3/+3
| | | | ok guenther
* Remove SSLv2 references from the intro(3) and ssl(8) man pages, andlteo2013-03-141-4/+4
| | | | | | mention in ssl(8) that SSLv2 was disabled in OpenBSD 5.2. feedback/ok jmc sthen
* For macro arguments that are type or member names, consistentlyguenther2012-11-171-60/+60
| | | | | | | show them as a single word in the macro and _not_ as something that looks like a function argument (i.e., with declarator). ok beck@ schwarze@
* Update the libpthread section.brad2012-09-251-9/+4
| | | | ok matthew@ sthen@
* add pkcs5_pbkdf2(3);jmc2012-09-071-2/+3
|
* Kill the FILES section. No need to maintain a second list of libraries on thepascal2012-09-011-62/+3
| | | | | | same page (which was even out of sync). Also, add an .Xr ld. ok jmc@
* tweak tweak, ok jmc@pascal2012-08-311-4/+4
|
* tweak previous;jmc2012-08-311-3/+3
|
* Adapt this manpage to the removal of _pic.a libraries, restructure a bit andpascal2012-08-311-27/+24
| | | | | | | | | | | | | | | correct errors: - turn the paragraph that previously talked about _pic.a libraries into a general PIC paragraph, and make it clear from the start that it is used in shared libraries as well as static libraries on PIE architectures - reorder paragraphs to first talk about .a, then _p.a, then shared libraries, then PIC - -fpic/-fPIC has nothing to do with *linking* to PIC libraries - there are no profiling versions of dynamic libraries - NOPIC now only affects shared libraries reqested by and ok deraadt@, with a tiny tweak from jmc@
* document sqlite3;jmc2012-04-281-2/+7
|
* SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency andnaddy2012-04-112-24/+24
| | | | | | | compatibility with FreeBSD/NetBSD. Also rename SIMPLEQ_REMOVE_NEXT to SIMPLEQ_REMOVE_AFTER. ok mikeb@ guenther@
* Avoid warning from gcc in TAILQ usage example.haesbaert2012-03-061-3/+3
| | | | From Lawrence Teo.
* When Joerg Wunsch copied most of the text in this file from sysexits.h,schwarze2012-01-151-8/+16
| | | | | | | | | | | | | he neglected to copy the Copyright notice as well; so restore the Copyright notice as it was originally set up by Keith Bostic. While here, * correct the BSD release where this file first appeared, * mention the original use case and author, * kill low-level roff(7) tinkering, and * clarify what exactly Joerg copied. ok jmc@
* Mark the ..._FOREACH_SAFE macros consistently with .FN.bluhm2012-01-111-9/+12
| | | | | | FOREACH is a group of macros, do not use .FN. Put sentences belonging together into a common paragraph. ok jmc@
* Remove SLIST_FOREACH_PREVPTR from src tree, it is not used anymore.bluhm2012-01-112-15/+4
| | | | ok guenther@ deraadt@
* update a comment about gcc; fix suggested by miodjmc2011-12-051-3/+3
|
* tweak previous;jmc2011-07-092-30/+50
|
* update MLINKS for the *SAFE macros;jmc2011-07-091-8/+12
|
* Document the newly added FOREACH_SAFE marcos.pirofti2011-07-092-23/+61
|
* no more math.3;jmc2011-07-071-4/+2
|
* Add a SIMPLEQ_REMOVE_NEXT() macro analogous to SLIST_REMOVE_NEXT().matthew2011-07-032-4/+13
| | | | ok krw@
* after nicm's last commit, fix some cases where non-argumentsjmc2011-04-011-3/+4
| | | | had been left on macro lines...
* remove the libdes entry;jmc2010-10-281-10/+2
|
* no more sectok;jmc2010-10-171-8/+2
|
* document the curses wide libraries, with help from nicm;jmc2010-09-121-2/+29
|
* imsg stuff now in libutil;jmc2010-05-261-2/+3
|
* libfrtbegin and libg2c are no longer in base;jmc2010-05-251-12/+2
| | | | confirmed by espie
* Move the return values of RB_INSERT, RB_REMOVE, SPLAY_INSERT andnicm2010-05-051-19/+15
| | | | | | | | | | SPLAY_REMOVE closer to whether the macros are documents rather than in a separate section. Also describe the actual return values of the remove macros. Tweaked version of a diff from Tim van der Molen. ok jmc henning