summaryrefslogtreecommitdiffstats
path: root/share/man/man9/aml_evalnode.9 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-171-3/+3
|
* Replace old-fashioned .Fd by new-fangled .In for #include lines.schwarze2013-06-041-7/+7
| | | | | Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@. No objection from jmc@ against this type of change.
* dispense with some wacky escape sequences;jmc2010-03-261-4/+4
|
* Update manpage to reflect new return code from function.weingart2007-09-131-4/+5
| | | | Thanks to mk@ for reminding me.
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* tweaks;jmc2007-02-181-7/+8
|
* Document aml_val2int(). Also, add an EXAMPLES section that shows use ofmk2007-02-171-1/+72
| | | | | | | | aml_evalname(), aml_val2int(), and aml_freevalue() in turn. Still a lot more to come. ok marco
* Add aml_find_node().mk2007-02-171-1/+21
|
* Marco has been wanting documentation for the AML/ACPI API for a longmk2007-02-171-0/+109
time so here is a first stab at it. Only documents three functions so far, but I'm putting it in the tree now so more people can easily contribute. Input and ok marco jmc