summaryrefslogtreecommitdiff
path: root/share/man/man3
AgeCommit message (Expand)Author
2013-05-05remove reference to amd64_get_ioperm noticed by jmcTed Unangst
2013-03-24dlerror() should not return const char *, as noted by landryTheo de Raadt
2013-03-14Remove SSLv2 references from the intro(3) and ssl(8) man pages, andLawrence Teo
2012-11-17For macro arguments that are type or member names, consistentlyPhilip Guenthe
2012-09-25Update the libpthread section.Brad Smith
2012-09-07add pkcs5_pbkdf2(3);Jason McIntyre
2012-09-01Kill the FILES section. No need to maintain a second list of libraries on thePascal Stumpf
2012-08-31tweak tweak, ok jmc@Pascal Stumpf
2012-08-31tweak previous;Jason McIntyre
2012-08-31Adapt this manpage to the removal of _pic.a libraries, restructure a bit andPascal Stumpf
2012-04-28document sqlite3;Jason McIntyre
2012-04-11SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency andChristian Weisgerber
2012-03-06Avoid warning from gcc in TAILQ usage example.Christiano F. Haesbaert
2012-01-15When Joerg Wunsch copied most of the text in this file from sysexits.h,Ingo Schwarze
2012-01-11Mark the ..._FOREACH_SAFE macros consistently with .FN.Alexander Bluhm
2012-01-11Remove SLIST_FOREACH_PREVPTR from src tree, it is not used anymore.Alexander Bluhm
2011-12-05update a comment about gcc; fix suggested by miodJason McIntyre
2011-07-09tweak previous;Jason McIntyre
2011-07-09update MLINKS for the *SAFE macros;Jason McIntyre
2011-07-09Document the newly added FOREACH_SAFE marcos.Paul Irofti
2011-07-07no more math.3;Jason McIntyre
2011-07-03Add a SIMPLEQ_REMOVE_NEXT() macro analogous to SLIST_REMOVE_NEXT().Matthew Dempsky
2011-04-01after nicm's last commit, fix some cases where non-argumentsJason McIntyre
2010-10-28remove the libdes entry;Jason McIntyre
2010-10-17no more sectok;Jason McIntyre
2010-09-12document the curses wide libraries, with help from nicm;Jason McIntyre
2010-05-26imsg stuff now in libutil;Jason McIntyre
2010-05-25libfrtbegin and libg2c are no longer in base;Jason McIntyre
2010-05-05Move the return values of RB_INSERT, RB_REMOVE, SPLAY_INSERT andNicholas Marriott
2010-02-20The .Ud macro must not have arguments, or it kills the build with mandoc(1).Ingo Schwarze
2010-02-18tweak from otto, which i managed to forget in the initial commit;Jason McIntyre
2010-02-18document offsetof; from Thomas PfaffJason McIntyre
2009-08-16replace ".Ar file ..." with ".Ar"; this macro does not need arguments either.Igor Sobrado
2009-03-01zap trailing whitespace;Jason McIntyre
2009-02-25fix examples of list deletion to not leak memory.Bob Beck
2009-01-28Document the return value of RB_INSERT in tree(3).Stefan Sperling
2009-01-28Document the difference between RB_FIND and RB_NFIND in tree(3).Stefan Sperling
2008-12-21fix example comparison function to work with large ranges of numbers. ok djm...Ted Unangst
2008-11-30fixes from Jacek Masiulaniec, tweaked by otto and myself;Jason McIntyre
2008-11-01- document libsndioJason McIntyre
2008-09-24Document dlclose() return value.Todd C. Miller
2008-09-09style(9) does not recommend sysexits, so don;t claim it does;Jason McIntyre
2008-08-26libbfd and libopcodes no longer built;Jason McIntyre
2008-07-27Get TAILQ_REPLACE and CIRCLEQ_REPLACE prototypes right.Stefan Kempf
2008-06-10no more amd64_get_mtrr;Jason McIntyre
2008-05-23remove reference to amd64_vm86(2): although there is code and aJason McIntyre
2008-05-23- remove USER_LDT, it was never in a state where it would copile, nor willJasper Lievisse Adriaanse
2008-05-12Remove clauses 3 and 4 from the license to match the license onTodd C. Miller
2008-05-11Add RB_PROTOTYPE_STATIC, RB_GENERATE_STATIC, RB_PREV, RB_NFIND,Todd C. Miller
2008-03-31some missing bits; from Girish VenkatachalamJason McIntyre