Commit Graph

18 Commits

Author SHA1 Message Date
wiz 0db48f7ae6 Bump date. 2010-02-25 12:56:37 +00:00
dyoung c1b390d493 A pointer typedef entails trading too much flexibility to declare const
and non-const types, and the kernel uses both const and non-const
PMF qualifiers and device suspensors, so change the pmf_qual_t and
device_suspensor_t typedefs from "pointers to const" to non-pointer,
non-const types.
2010-02-24 22:37:54 +00:00
jruoho 72c95671ed Revert previous. 2010-01-26 22:35:11 +00:00
jruoho be22957280 Give it a single name; it is sufficient to list the functions in the SYNOPSIS. 2010-01-26 21:50:57 +00:00
wiz 341409ee85 Bump date for previous. 2010-01-20 07:27:21 +00:00
dyoung b042b809d6 Update PMF documentation: rename pmf_device_resume_subtree to
pmf_device_subtree_resume.  Briefly describe pmf_qual_t and add it to
the PMF function signatures.

There's still a lot left to document.
2010-01-20 00:39:30 +00:00
snj 176f5f951d Drop 3rd and 4th clauses. OK jmcneill (copyright holder). 2009-10-21 16:06:59 +00:00
dyoung ffb35510cf Improve pmf_device_register(9) and pmf_device_register1(9) descriptions. 2009-05-14 23:05:21 +00:00
jnemeth 14e0d190e1 mention PMFE_AUDIO_VOLUME_UP 2009-05-14 21:27:55 +00:00
wiz 561d984c87 New sentence, new line. Use Xr for cross-reference. 2009-05-10 12:46:41 +00:00
tsutsui c1c439fd60 - add pmf_device_register1() to NAME section
- add a return type of pmf_device_register1()
2009-05-10 10:56:17 +00:00
jmcneill 2bd589c8a4 Fix paths in CODE REFERENCES section. 2008-03-29 14:12:59 +00:00
drochner fce349e672 update for pmf_device_register1() and the "boothowto" argument to
shutdown handlers
2008-03-03 11:43:18 +00:00
uwe f2d6229f80 Mark up PMFE_* list properly. 2008-02-03 17:18:18 +00:00
uwe b5fde352cb pmf_device_register() returns false on error. 2008-02-03 16:56:42 +00:00
xtraeme 04f935d910 Fix pmf_device_register() prototype, this returns bool and not void. 2007-12-13 15:37:33 +00:00
jmcneill 0e8ccf6ed2 Remove trailing comma in SEE ALSO section, bump date. 2007-12-10 12:49:10 +00:00
jmcneill 75a94c407a Add power management framework man page. 2007-12-09 20:37:42 +00:00