Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-08 | Improve .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-06 | Fix inconsistency in the naming of the chipsets. | Mark Kettenis | |
Pointed out by deraadt@ | |||
2014-03-06 | fix AUTHORS; | Jason McIntyre | |
2014-03-06 | Describing the bus type in the SYNOPSIS is redundant. | Mark Kettenis | |
ok dlg@ | |||
2014-03-06 | ge for qlw(4) | Mark Kettenis | |
2014-02-24 | Tweak and expand verbiage. Feeback from jmc@, rpe@, deraadt@, sthen@. Ready | Kenneth R Westerback | |
for the next round of cleanup. ok deraadt@ | |||
2014-02-22 | Bring this up to date for recent additions to if_em | Chris Cappuccio | |
2014-02-21 | using a .Bl here is crazy | Theo de Raadt | |
2014-02-20 | add 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-18 | small typo | Ted Unangst | |
2014-02-18 | Remove another mention of linux a.out compat, spotted by jmc@. While there, | Stuart Henderson | |
document option TMPFS. ok pirofti@ | |||
2014-02-17 | Remove an old reference to the a.out support. ok pirofti@ sthen@ | juanfra | |
2014-02-17 | tweak previous; | Jason McIntyre | |
2014-02-17 | Zap /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-17 | list the speeds, since thats how most people think about these things. | David Gwynne | |
we dont support config at runtime | |||
2014-02-16 | After Werner Lemberg accepted and committed some updates to the manual | Ingo 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-15 | say 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-15 | jmc 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-15 | Correct the name of a Planex device and add some additional | Jonathan Gray | |
ZyXEL zyd(4) devices. From Ben Taylor | |||
2014-02-15 | WPA is a real standard, not only a de facto one. | Ted Unangst | |
(these man pages do like their copy and paste.) | |||
2014-02-14 | document .as and .ce | Ingo Schwarze | |
2014-02-14 | convert 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-14 | use .At where appropriate; from Jan Stary <hans at stare dot cz> | Ingo Schwarze | |
2014-02-14 | use .Dv for preprocessor #defined constants; | Ingo Schwarze | |
from Jan Stary <hans at stare dot cz> | |||
2014-02-14 | convert 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-14 | explain about crypto signatures | Marc Espie | |
properly rename "package signatures" into "update signature". | |||
2014-02-14 | update qle(4) description | Jonathan Matthew | |
2014-02-14 | remove 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-14 | remove the caveat apologising that you cant use rwlocks in interrupt | David Gwynne | |
handlers now that context explains that you can only use them in autoconf or process context. | |||
2014-02-14 | CONTEXT | David Gwynne | |
2014-02-14 | CONTEXT | David Gwynne | |
2014-02-13 | update SEE ALSO; | Jason McIntyre | |
2014-02-13 | lowercase non-capital; | Jason McIntyre | |
2014-02-13 | revery -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-13 | use the return values section to document return values | David Gwynne | |
2014-02-13 | explicitely document the contexts you can call mutex functions in. | David Gwynne | |
2014-02-13 | wrap long lines | David Gwynne | |
2014-02-13 | this wasnt supposed to be part of the timeout.9 change | David Gwynne | |
2014-02-13 | document the timeout_add and timeout_del return values in the RETURN VALUES | David Gwynne | |
section. im not sure what to do with the macros yet. | |||
2014-02-13 | document the contexts you can call this api from out into its own section | David Gwynne | |
2014-02-13 | make a sentence better | David Gwynne | |
2014-02-13 | add CONTEXT | David Gwynne | |
these can all be called during autoconf, in process context, or from interrupts. | |||
2014-02-13 | document 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-13 | introduce a CONTEXT section that describes where you can call the bits of | David 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-13 | a list with one element looks weird | Ted Unangst | |
2014-02-13 | ISP_COMPILE_FW is a forgotten relic | Ted Unangst | |
2014-02-13 | add missing .An macro; from Jan Stary <hans at stare dot cz> | Ingo Schwarze | |
2014-02-13 | tweak previous; ok dlg | Jason McIntyre | |
2014-02-13 | list chip types in the Nd lines | David Gwynne | |
2014-02-13 | add qle(4) and add chip ids to it and qla so you can get a hint of why | David Gwynne | |
theyre different |