summaryrefslogtreecommitdiff
path: root/share/man/man3
AgeCommit message (Collapse)Author
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
2016-03-24no more i386_get_ioperm(2);Jason McIntyre
2016-03-14some Xr; from michal mazurekJason McIntyre
2016-03-03Remove option USER_LDT and everything depending on it.Christian Weisgerber
Remove machdep.userldt sysctl. Remove i386_[gs]et_ldt syscall stub from libi386. Remove i386_[gs]et_ldt regression test. ok mlarkin@ millert@ guenther@
2015-12-30sysexits only caught on for mail programs. it is not actually recommendedTed Unangst
for general use, so tone down the language. ok deraadt
2015-11-19Add SIMPLEQ_CONCAT and TAILQ_CONCAT for moving one queue onto the endTodd C. Miller
of another one. Adapted from FreeBSD. OK jmc@ dlg@ nicm@
2015-11-14libocurses can go to the Attic. last consumer of it was ramdisk more(1)Theo de Raadt
conceptual ok guenther millert nicm
2015-11-10update NAME section to include all documented functions,Jason McIntyre
or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze
2015-10-10Added missing curly bracket into LIST_EMPTY example.Tobias Stoeckmann
ok deraadt@, otto@
2015-09-22fix typo.Igor Sobrado
2015-07-30update the radius reference;Jason McIntyre
2015-07-25some radius bits; help/ok yasuokaJason McIntyre
2015-02-16Replace \*(Lt \*(Le \*(Gt \*(Ge with literal < <= > >= respectively,Christian Weisgerber
except for instances where \*(Le and \*(Ge are clearly understood as mathematical symbols. Discussed with schwarze@
2014-12-10HISTORY correction: v7, not v6.Ingo Schwarze
Facts checked by Kaspars Bankovskis using tuhs.org archives. The commit introducing the claim that it was in v6 (by Keith Bostic on June 9, 1993) does not cite any sources: http://svnweb.freebsd.org/csrg?view=revision&revision=62961
2014-12-07macro cleanup and RETURN VALUES section; from Kaspars BankovskisIngo Schwarze
2014-12-07macro fixes from Kaspars at Bankovskis dot netIngo Schwarze
2014-11-30Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.Ingo Schwarze
The former is not used anywhere in NetBSD, FreeBSD, or DragonFly and not supported by groff, so i'm going to delete it from mandoc(1). We don't need two macros for the same thing.
2014-11-07Add libtls to intro(3).Joel Sing
Prompted by jmc@
2014-10-13Add a simple man page for the makedev, major and minor macros.Todd C. Miller
2014-09-16less sendmail specific;Jason McIntyre
2014-09-16no more milter;Jason McIntyre
2014-09-13zap MLINK for *Q_END and CIRCLEQ*;Jason McIntyre
2014-09-13Retire the CIRCLEQ_* and *_END macros here, noting why they were deprecated.Philip Guenther
kick started by Gre'goire Duche^ne <gduchene@awhk.org> ok millert@
2014-09-08obvious cases of missing .An;Ingo Schwarze
found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes
2014-07-16no more html/milter;Jason McIntyre
2014-05-13ohash stuff in libutil now;Jason McIntyre
2014-04-24no more asn1 or comm_err;Jason McIntyre
2014-04-22no more kerberos, ok theo reykHenning Brauer
2014-04-07add heimbase; description from (and ok) ajacoutotJason McIntyre
2014-03-24no more libwrap;Jason McIntyre
2013-12-05no more libcompat;Jason McIntyre
2013-12-04remove reference to non-existent krb5(3). i don;t see any obvious placeJason McIntyre
to point folks to, so removing it until such time as i find one.
2013-11-30add libfuse; ok jmc@Pascal Stumpf
2013-11-02move the global description of --export-symbols up to dlopen,Marc Espie
since that's where the problem usually gets noticed, add -rdynamic for gcc. okay matthew@
2013-09-13Removed obsolete reference to GCC 2.95 archs. ok miod & jmc.Brett Mahar
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
From: Jan Stary
2013-08-10libkafs5 has been renamed to libkafs;Jason McIntyre
ok ajacoutot
2013-07-11Remove lie that old kerberos libs were hardlinked to libkrb5 andAntoine Jacoutot
properly document each one of them. input from and ok jmc@ robert@
2013-07-10no more link(5). either remove references entirely, or point folksJason McIntyre
to elf(5) instead; ok miod
2013-06-05use fancy .In macros for includes. from Jan Klemkow. ok jmc schwarzeTed Unangst
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
ok guenther
2013-03-14Remove SSLv2 references from the intro(3) and ssl(8) man pages, andLawrence Teo
mention in ssl(8) that SSLv2 was disabled in OpenBSD 5.2. feedback/ok jmc sthen
2012-11-17For macro arguments that are type or member names, consistentlyPhilip Guenthe
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@
2012-09-25Update the libpthread section.Brad Smith
ok matthew@ sthen@
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
same page (which was even out of sync). Also, add an .Xr ld. ok jmc@
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
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@