summaryrefslogtreecommitdiffstats
path: root/share/man/man3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* The .Ud macro must not have arguments, or it kills the build with mandoc(1).schwarze2010-02-201-4/+3
| | | | | | | | | | Since this is the only page in our tree using the .Ud macro at all, just put the text verbatim as suggested by jmc@. Note that i have a vague suspicion that the whole sentence ("dlctl(3) is currently under development") might be a lie, but as i didn't receive feedback on that, i'm just fixing the formatting issue for now.
* tweak from otto, which i managed to forget in the initial commit;jmc2010-02-181-2/+4
|
* document offsetof; from Thomas Pfaffjmc2010-02-182-2/+46
| | | | ok kettenis millert otto
* replace ".Ar file ..." with ".Ar"; this macro does not need arguments either.sobrado2009-08-161-3/+3
|
* zap trailing whitespace;jmc2009-03-011-4/+4
|
* fix examples of list deletion to not leak memory.beck2009-02-251-8/+24
| | | | ok otto@ deraadt@ henning@ oga@
* Document the return value of RB_INSERT in tree(3).stsp2009-01-281-1/+6
| | | | wording fixes and ok henning@
* Document the difference between RB_FIND and RB_NFIND in tree(3).stsp2009-01-281-2/+7
| | | | | Added text was copied from comments found in sys/tree.h. "go ahead, if something's wrong with it, jmc will fix it" mcbride@
* fix example comparison function to work with large ranges of numbers. ok djm ottotedu2008-12-211-3/+3
|
* fixes from Jacek Masiulaniec, tweaked by otto and myself;jmc2008-11-301-9/+9
|
* - document libsndiojmc2008-11-011-36/+12
| | | | | - SEE ALSO is getting bigger and bigger, and less and less useful, so kill everything except references specific to the discussions in this page
* Document dlclose() return value.millert2008-09-241-2/+4
|
* style(9) does not recommend sysexits, so don;t claim it does;jmc2008-09-091-7/+5
| | | | | | | | | also swap the style Xr for _exit(2); prodded by two PRs from FreeBSD, 127219 and 127220, submitted by Bruce Cran, though we've taken the opposite fix; help/ok otto
* libbfd and libopcodes no longer built;jmc2008-08-261-14/+2
|