summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2014-03-08Improve .if/.ie condition handling.Ingo Schwarze
* Support string comparisons. * Support negation not only for numerical, but for all conditions. * Switch the `o' condition from false to true. * Handle the `c', `d', and `r' conditions as false for now. * Use int for boolean data instead of rolling our own "enum roffrule"; needed such that we can use the standard ! and == operators. Havard Eidnes reported via the NetBSD bug tracking system that some Tcl*(3) manuals need this, and Thomas Klausner <wiz at NetBSD> forwarded the report to me. This doesn't make the crazy Tcl*(3) macrology maze happy yet, but brings us a bit closer.
2014-03-06Fix inconsistency in the naming of the chipsets.Mark Kettenis
Pointed out by deraadt@
2014-03-06fix AUTHORS;Jason McIntyre
2014-03-06Describing the bus type in the SYNOPSIS is redundant.Mark Kettenis
ok dlg@
2014-03-06ge for qlw(4)Mark Kettenis
2014-02-24Tweak and expand verbiage. Feeback from jmc@, rpe@, deraadt@, sthen@. ReadyKenneth R Westerback
for the next round of cleanup. ok deraadt@
2014-02-22Bring this up to date for recent additions to if_emChris Cappuccio
2014-02-21using a .Bl here is crazyTheo de Raadt
2014-02-20add some missing .An and .Lk macros, remove some bogus .Tn macros;Ingo Schwarze
from Jan Stary <hans at stare dot cz>, tweaked by me
2014-02-18small typoTed Unangst
2014-02-18Remove another mention of linux a.out compat, spotted by jmc@. While there,Stuart Henderson
document option TMPFS. ok pirofti@
2014-02-17Remove an old reference to the a.out support. ok pirofti@ sthen@juanfra
2014-02-17tweak previous;Jason McIntyre
2014-02-17Zap /usr/share/misc/man.template (please use mdoc.template instead).Ingo Schwarze
It is outdated, incomplete, and would remain useless even when updated because nobody is supposed to manually write new man(7) code nowadays. ok ajacoutot@ henning@ jmc@ kettenis@ krw@
2014-02-17list the speeds, since thats how most people think about these things.David Gwynne
we dont support config at runtime
2014-02-16After Werner Lemberg accepted and committed some updates to the manualIngo Schwarze
page template contained in groff_mdoc(7), catch up with our own stuff. In particular, allow ERRORS in section 4 and DIAGNOSTICS in section 9. ok jmc@
2014-02-15say more explicitly where the .Er values show up, and fix the .Sh title;Ingo Schwarze
triggered because Jan Stary noticed that .Sh RETURN VALUES is strange to have in section 4 manuals; ok matthieu@
2014-02-15jmc notes that the previous commit made for some funny wording.Ted Unangst
WPA is the current standard, but not the only one. ok krw
2014-02-15Correct the name of a Planex device and add some additionalJonathan Gray
ZyXEL zyd(4) devices. From Ben Taylor
2014-02-15WPA is a real standard, not only a de facto one.Ted Unangst
(these man pages do like their copy and paste.)
2014-02-14document .as and .ceIngo Schwarze
2014-02-14convert from tbl(7) to mdoc(7) .Bl -column;Ingo Schwarze
from Jan Stary <hans at stare dot cz>; i checked with diff(1) that the table content doesn't change
2014-02-14use .At where appropriate; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-02-14use .Dv for preprocessor #defined constants;Ingo Schwarze
from Jan Stary <hans at stare dot cz>
2014-02-14convert tables from tbl(7) to mdoc(7) .Bl -column format;Ingo Schwarze
from Jan Stary <hans at stare dot cz>; jmc@ agrees that this makes maintenance easier
2014-02-14explain about crypto signaturesMarc Espie
properly rename "package signatures" into "update signature".
2014-02-14update qle(4) descriptionJonathan Matthew
2014-02-14remove horrenduous markup from an example,Ingo Schwarze
and make it clear where to type the example instruction; ok jmc@ on a similar version of this diff; in addition, Jan Stary reports he has a machine where "ok" is not the prompt
2014-02-14remove the caveat apologising that you cant use rwlocks in interruptDavid Gwynne
handlers now that context explains that you can only use them in autoconf or process context.
2014-02-14CONTEXTDavid Gwynne
2014-02-14CONTEXTDavid Gwynne
2014-02-13update SEE ALSO;Jason McIntyre
2014-02-13lowercase non-capital;Jason McIntyre
2014-02-13revery -r1.34's addition of spl(9) to SEE ALSO: we already have splclock(9)Jason McIntyre
in there, and they're one and the same page;
2014-02-13use the return values section to document return valuesDavid Gwynne
2014-02-13explicitely document the contexts you can call mutex functions in.David Gwynne
2014-02-13wrap long linesDavid Gwynne
2014-02-13this wasnt supposed to be part of the timeout.9 changeDavid Gwynne
2014-02-13document the timeout_add and timeout_del return values in the RETURN VALUESDavid Gwynne
section. im not sure what to do with the macros yet.
2014-02-13document the contexts you can call this api from out into its own sectionDavid Gwynne
2014-02-13make a sentence betterDavid Gwynne
2014-02-13add CONTEXTDavid Gwynne
these can all be called during autoconf, in process context, or from interrupts.
2014-02-13document return values in the RETURN VALUES section.David Gwynne
ingo@ suggested putting RETURN VALUES after CONTEXT, and i agree. this seems to flow well.
2014-02-13introduce a CONTEXT section that describes where you can call the bits ofDavid Gwynne
the API from. task_add is the first manpage to get this, but hopefully not the last. inspired by the CONTEXT section in solaris, and introduced here with the blessing of deraadt@, jmc@, and ingo@. discussed with jmc@ and ingo@
2014-02-13a list with one element looks weirdTed Unangst
2014-02-13ISP_COMPILE_FW is a forgotten relicTed Unangst
2014-02-13add missing .An macro; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-02-13tweak previous; ok dlgJason McIntyre
2014-02-13list chip types in the Nd linesDavid Gwynne
2014-02-13add qle(4) and add chip ids to it and qla so you can get a hint of whyDavid Gwynne
theyre different