summaryrefslogtreecommitdiffstats
path: root/share/man/man3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* document libarm;jmc2005-03-161-1/+9
| | | | ok drahn@ deraadt@
* escape `.' at eol to avoid double spacing issue;jmc2005-03-121-2/+2
|
* not a good idea to begin a sentence `...' in an nroff page;jmc2005-03-071-3/+3
|
* Bug is fixed now.kettenis2005-03-071-5/+1
|
* dl_iterate_phdr mankettenis2005-01-302-3/+85
|
* typojaredy2005-01-041-2/+2
|
* better kerberos/gssapi references;jmc2004-11-261-4/+4
|
* correct a mistake in a code example; diff from Lawrence Teo;jmc2004-08-161-2/+2
| | | | henning says it's correct;
* new sentence, new line;jmc2004-08-121-3/+3
|
* add dladdr() support and add some 'standard' dlsym() support.drahn2004-08-112-3/+98
| | | | ok millert miod pval, grumble deraadt
* passwd.conf has been deprecated since login.conf was imported.millert2004-07-131-2/+1
| | | | Today it finally dies. Based on a diff from Gabriel Kihlman.
* references to libmilter;jmc2004-06-291-1/+9
|
* Sync man page with macros:jfb2004-06-031-5/+5
| | | | | | | - SIMPLEQ_INSERT_AFTER() takes 4 args (noticed by brad@ and jmc@) - SIMPLEQ_REMOVE_HEAD() has only 2 arguments ok jmc@
* swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSDhenning2004-04-081-3/+3
| | | | | and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@
* add amd64 libs, and sync i386 stuff;jmc2004-03-121-3/+12
| | | | ok deraadt@
* typos;jmc2004-02-171-3/+3
| | | | from Maxim Tsyplakov;
* help makewhatis produce correct entries.espie2004-02-091-6/+7
| | | | okay deraadt@
* .Xr gcc-local 1;jmc2004-01-291-1/+2
|
* use new .St macro;jmc2004-01-251-2/+2
|
* Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTRmillert2003-12-161-1/+20
| | | | | | | | 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@.
* Fix pasto in SLIST_REMOVE synopsis; deraadt@ OKmillert2003-12-051-2/+2
|
* correct errors in code examples; from Dries Schellekens;jmc2003-11-051-10/+11
| | | | ok niels@
* .Xr compress 3;jmc2003-10-231-3/+4
|
* typos from Jared Yanovich, plus a few more independant -> independent;jmc2003-10-231-5/+5
|
* dlerror(3) should clear _dl_errno; based on a patch from Bjorn Sandell.millert2003-09-251-1/+11
| | | | Closes PR 3441; drahn@ OK
* library update and description of lib formats;jmc2003-08-271-95/+533
| | | | corrections/suggestions millert@
* asn1, com_err, hdb, and kafs are now links to krb5;jmc2003-07-251-7/+12
| | | | ok hin@
* merge COMPATIBILITY;jmc2003-06-031-8/+8
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-026-36/+12
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* library update;jmc2003-05-211-28/+29
| | | | ok deraadt@
* typos;jmc2003-05-204-31/+31
|
* Emphasize that TAILQ_FOREACH and TAILQ_FOREACH_REVERSE are thekrw2003-05-171-15/+20
| | | | | | | | | | preferred ways to traverse a list. Use TAILQ_FOREACH in a forward traversal example. Use correct number of parameters for TAILQ_FOREACH_REVERSE as pointed out by Markus. ok henning@ jmc@ markus@
* fix an example on SIMPLEQ_REMOVE_HEAD(); from cjeker@diehard.n-r-g.commickey2003-04-161-2/+2
|
* Use "np != NULL", not just "np" in TAILQ example for consistencymillert2003-03-091-2/+2
| | | | (and style(9)); from Pedro Bastos
* fix a variety of missing or wrong MLINKSderaadt2003-02-201-3/+4
|
* replace references to libc_r with libpthread. Note that -pthreadmarc2003-01-201-9/+14
| | | | should be used, not -lpthread.
* s/TAIL_FIRST/TAILQ_FIRST/millert2003-01-151-2/+2
|
* sync protos with dlfcn.h; prompted by niekze AT yahoo DOT commillert2002-12-301-3/+3
|
* document ALL the args to TAILQ_FOREACH_REVERSEmarc2002-12-071-2/+2
|
* Clarify section on type promotion. This must be done by the programmer,millert2002-11-171-4/+9
| | | | va_arg doesn't do it for you. pvalchev@ OK
* Time to cleanup:mpech2002-11-081-21/+27
| | | | | | | | | | | | | o) start new sentence on a new line; o) wrap long lines; o) don't use .Pp before/after .Sh, .Ss; o) OpenBSD -> .Ox; o) typos; o) close .Rs; o) use space between arguments in tag, for example: .Xr blabla ) . miod@ ok
* Fix CIRCLEQ example; Hector A. Paternomillert2002-11-071-2/+2
|
* document va_copy; from NetBSD (kleink)millert2002-10-241-8/+44
|
* knfderaadt2002-07-201-2/+3
|
* Xr cleanup; seb@todesplanet.dederaadt2002-06-301-7/+5
|
* correct prototypesprovos2002-06-121-5/+5
|
* document return valuesprovos2002-06-111-1/+18
|
* add missing `entry' parameter to LIST_NEXT() in the list freeing example.wcobb2002-04-261-2/+2
| | | | ok espie.
* fix example showing how to properly free a tree; pointed out by dugsong@provos2002-04-221-2/+5
|
* sync *_{MIN,MAX} synopsis with reality. ok provos@dugsong2002-04-081-5/+5
|