summaryrefslogtreecommitdiff
path: root/share/man/man3
AgeCommit message (Expand)Author
2003-09-25dlerror(3) should clear _dl_errno; based on a patch from Bjorn Sandell.Todd C. Miller
2003-08-27library update and description of lib formats;Jason McIntyre
2003-07-25asn1, com_err, hdb, and kafs are now links to krb5;Jason McIntyre
2003-06-03merge COMPATIBILITY;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-21library update;Jason McIntyre
2003-05-20typos;Jason McIntyre
2003-05-17Emphasize that TAILQ_FOREACH and TAILQ_FOREACH_REVERSE are theKenneth R Westerback
2003-04-16fix an example on SIMPLEQ_REMOVE_HEAD(); from cjeker@diehard.n-r-g.comMichael Shalayeff
2003-03-09Use "np != NULL", not just "np" in TAILQ example for consistencyTodd C. Miller
2003-02-20fix a variety of missing or wrong MLINKSTheo de Raadt
2003-01-20replace references to libc_r with libpthread. Note that -pthreadMarco S Hyman
2003-01-15s/TAIL_FIRST/TAILQ_FIRST/Todd C. Miller
2002-12-30sync protos with dlfcn.h; prompted by niekze AT yahoo DOT comTodd C. Miller
2002-12-07document ALL the args to TAILQ_FOREACH_REVERSEMarco S Hyman
2002-11-17Clarify section on type promotion. This must be done by the programmer,Todd C. Miller
2002-11-08Time to cleanup:Mike Pechkin
2002-11-07Fix CIRCLEQ example; Hector A. PaternoTodd C. Miller
2002-10-24document va_copy; from NetBSD (kleink)Todd C. Miller
2002-07-20knfTheo de Raadt
2002-06-30Xr cleanup; seb@todesplanet.deTheo de Raadt
2002-06-12correct prototypesNiels Provos
2002-06-11document return valuesNiels Provos
2002-04-26add missing `entry' parameter to LIST_NEXT() in the list freeing example.Wilbern Cobb
2002-04-22fix example showing how to properly free a tree; pointed out by dugsong@Niels Provos
2002-04-08sync *_{MIN,MAX} synopsis with reality. ok provos@Dug Song
2002-03-25document the {SPLAY,RB}_INITIALIZER and {SPLAY,RB}_EMPTY() macrosMike Frantzen
2002-03-19 Free/tree typos.Vincent Labrecque
2002-02-24tree.3 and linksNiels Provos
2002-02-24queue.h like implementation of splay and red-black treesNiels Provos
2002-02-24Fix TAILQ_NEXT() example. First param is listelm, not head.Kenneth R Westerback
2002-02-03document SLIST_REMOVE; vedge@csoft.org (pr2373)Jason Wright
2001-11-13o) Fix bogus .Xr usage;Mike Pechkin
2001-08-22"This section" and variants ==> 'The manual pages in section x'Heikki Korpela
2001-08-13- Note that unpromoted types should not be passed to va_argHeikki Korpela
2001-08-03o) We don't like .Pp before/after .Sh;Mike Pechkin
2001-08-02add lost .Nm entry to .Sh NAME;Mike Pechkin
2001-08-02remove unnecessary MLINK entry mentioned twice.Mike Pechkin
2001-07-31more Xr completionsTheo de Raadt
2001-06-23Document LIST_REPLACE()Angelos D. Keromytis
2001-05-24Stay within 80 column boundary.Aaron Campbell
2001-05-18Typo; karma@altern.orgAaron Campbell
2001-03-01A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sittingAaron Campbell
2001-01-24Grammar: somewhere -> sometimeAaron Campbell
2001-01-24Fix a few mdoc/formatting nits.Aaron Campbell
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastAaron Campbell
2000-12-14cleanup tailq examplesNiels Provos
2000-11-21Fix.Angelos D. Keromytis
2000-11-21TAILQ_PREV documented wrong; horape@tinuviel.compendium.net.arTheo de Raadt
2000-11-10.Sh AUTHOR -> AUTHORS, ok aaron@Todd T. Fries