1.\"- 2.\" Copyright (c) 2000 Dag-Erling Co�dan Sm�rgrav 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright 9.\" notice, this list of conditions and the following disclaimer 10.\" in this position and unchanged. 11.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" notice, this list of conditions and the following disclaimer in the 13.\" documentation and/or other materials provided with the distribution. 14.\" 3. The name of the author may not be used to endorse or promote products 15.\" derived from this software without specific prior written permission. 16.\" 17.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 18.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 19.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 20.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 21.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 22.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 23.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 24.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27.\" 28.\" $FreeBSD$ 29.\" 30.Dd January 12, 2001 31.Dt ACPICONF 8 32.Os 33.Sh NAME 34.Nm acpiconf 35.Nd control ACPI power management 36.Sh SYNOPSIS 37.Nm 38.Op Fl deh 39.Op Fl s Ar type 40.Sh DESCRIPTION 41The 42.Nm 43command allows the user control of the ACPI power management 44functions. 45The following command-line options are recognized: 46.Bl -tag -width indent 47.It Fl d 48Disables ACPI power management. 49.It Fl e 50Enables ACPI power management. 51.It Fl h 52Displays a summary of available options. 53.It Fl s Ar type 54Enters the specified sleep mode. 55Recognized types are 56.Cm 1 , 57.Cm 2 , 58.Cm 3 , 59.Cm 4 , 60.Cm 4b 61and 62.Cm 5 . 63.El 64.Sh SEE ALSO 65.Xr acpi 4 , 66.Xr acpidump 8 , 67.Xr apm 8 68.Sh HISTORY 69The 70.Nm 71command appeared in 72.Fx 5.0 . 73.Sh AUTHORS 74.An -nosplit 75The 76.Nm 77command was written by 78.An Mitsuru Iwasaki Aq iwasaki@FreeBSD.org . 79This manual page was written by 80.An Dag-Erling Co\(:idan Sm\(/orgrav Aq des@FreeBSD.org . 81