summaryrefslogtreecommitdiff
path: root/share/man/man3
AgeCommit message (Collapse)Author
2007-12-24bool -> intOtto Moerbeek
2007-12-24some fixes from Girish Venkatachalam; as far as i can see, otto has alreadyJason McIntyre
ok'd this, but is obviously away in some winter wonderland...
2007-12-16fix TAILQ_PREV; from Girish VenkatachalamJason McIntyre
ok henning
2007-10-21add libexpat; ok espieJason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-28various spelling correctionsDavid Krause
2006-07-28Explain the effect of the --export-dynamic link option on the visibilityKurt Miller
of the executable's symbols as well as improve the visibility paragraph a bit. okay drahn@
2006-07-26Sync with current behavior:Kurt Miller
- clarify how paths and parital shared library versions are treated with dlopen() - dlopen() mode parameter is supported now - describe how to use it. - describe how visiblity effects dlsym() with special handles - remove bugs section - formatting improvements With input from drahn@ and jmc@. okay drahn@, that's fine jmc@
2006-01-12remove headp stuff, which is unused;Jason McIntyre
diff from ray lai; ok otto
2006-01-12add an example of a singly-linked list;Jason McIntyre
from ray lai; tweaked by otto and myself; ok otto
2006-01-11missing full stop; from ray laiJason McIntyre
2006-01-06fix typo; from ray lai;Jason McIntyre
ok mbalmer millert krw
2006-01-01missing article;Jason McIntyre
2005-12-31Fix edata and etext description, and clarify these are not variables;Miod Vallat
from KUDO Takashi on bugs@, with tweaks from jmc@ and drahn@
2005-12-19r.i.p. libresolvJason McIntyre
ok pval
2005-10-27Avoid using queue internals in the examples, add a few rules toOtto Moerbeek
follow in the NOTES section and an extra example. ok deraadt@ jmc@ jaredy@
2005-07-04add a manpage describing the socket control message macros.Jared Yanovich
lots of help and ok millert, ok henning, jmc
2005-04-18remove libcurses++Robert Nagy
ok miod@ millert@
2005-04-16Give a complete, working example how to use the tree macros. TheOtto Moerbeek
existing descripion is rather terse, and without an example it's hard to get going. ok millert@ mpech@ jmc@
2005-03-22- document libgccJason McIntyre
- document libsupc++ - libmmalloc no more (checked w/ kettenis) - note that users do not normally need to link w/ the following libs: libgcc/libpthread/libstc++/libsupc++ most of the text from espie@
2005-03-16no need for -compact;Jason McIntyre
2005-03-16document libarm;Jason McIntyre
ok drahn@ deraadt@
2005-03-12escape `.' at eol to avoid double spacing issue;Jason McIntyre
2005-03-07not a good idea to begin a sentence `...' in an nroff page;Jason McIntyre
2005-03-07Bug is fixed now.Mark Kettenis
2005-01-30dl_iterate_phdr manMark Kettenis
2005-01-04typoJared Yanovich
2004-11-26better kerberos/gssapi references;Jason McIntyre
2004-08-16correct a mistake in a code example; diff from Lawrence Teo;Jason McIntyre
henning says it's correct;
2004-08-12new sentence, new line;Jason McIntyre
2004-08-11add dladdr() support and add some 'standard' dlsym() support.Dale Rahn
ok millert miod pval, grumble deraadt
2004-07-13passwd.conf has been deprecated since login.conf was imported.Todd C. Miller
Today it finally dies. Based on a diff from Gabriel Kihlman.
2004-06-29references to libmilter;Jason McIntyre
2004-06-03Sync man page with macros:Jean-Francois Brousseau
- SIMPLEQ_INSERT_AFTER() takes 4 args (noticed by brad@ and jmc@) - SIMPLEQ_REMOVE_HEAD() has only 2 arguments ok jmc@
2004-04-08swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSDHenning Brauer
and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@
2004-03-12add amd64 libs, and sync i386 stuff;Jason McIntyre
ok deraadt@
2004-02-17typos;Jason McIntyre
from Maxim Tsyplakov;
2004-02-09help makewhatis produce correct entries.Marc Espie
okay deraadt@
2004-01-29.Xr gcc-local 1;Jason McIntyre
2004-01-25use new .St macro;Jason McIntyre
2003-12-16Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTRTodd C. Miller
is like SLIST_FOREACH but it saves a pointer to the previous element. SLIST_REMOVE_NEXT will remove the element *after* the one passed in. SLIST_FOREACH_PREVPTR is from FreeBSD; SLIST_REMOVE_NEXT was suggested by canacar@; man page additions by yours truly. OK deraadt@ (grudgingly) and man page changes OK jmc@.
2003-12-05Fix pasto in SLIST_REMOVE synopsis; deraadt@ OKTodd C. Miller
2003-11-05correct errors in code examples; from Dries Schellekens;Jason McIntyre
ok niels@
2003-10-23.Xr compress 3;Jason McIntyre
2003-10-23typos from Jared Yanovich, plus a few more independant -> independent;Jason McIntyre
2003-09-25dlerror(3) should clear _dl_errno; based on a patch from Bjorn Sandell.Todd C. Miller
Closes PR 3441; drahn@ OK
2003-08-27library update and description of lib formats;Jason McIntyre
corrections/suggestions millert@
2003-07-25asn1, com_err, hdb, and kafs are now links to krb5;Jason McIntyre
ok hin@
2003-06-03merge COMPATIBILITY;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.