diff options
author | ru <ru@FreeBSD.org> | 2002-11-27 15:31:08 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-11-27 15:31:08 +0000 |
commit | fef14a0ffe86729d35b7a2bd09b62c08955353f2 (patch) | |
tree | 11c1982fad00693606728fac7c7921032601fcfe /usr.sbin/acpi | |
parent | c6106941c98916e5e81c357d4edc85a010eeb47b (diff) | |
download | FreeBSD-src-fef14a0ffe86729d35b7a2bd09b62c08955353f2.zip FreeBSD-src-fef14a0ffe86729d35b7a2bd09b62c08955353f2.tar.gz |
mdoc(7) police: markup fixes.
Approved by: re
Diffstat (limited to 'usr.sbin/acpi')
-rw-r--r-- | usr.sbin/acpi/acpiconf/acpiconf.8 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.sbin/acpi/acpiconf/acpiconf.8 b/usr.sbin/acpi/acpiconf/acpiconf.8 index 0860fe4..2d86c98 100644 --- a/usr.sbin/acpi/acpiconf/acpiconf.8 +++ b/usr.sbin/acpi/acpiconf/acpiconf.8 @@ -53,18 +53,18 @@ Displays a summary of available options. .It Fl s Ar type Enters the specified sleep mode. Recognized types are -.Cm 1 -(Only the CPU clock is stopped), +.Cm 1 +(only the CPU clock is stopped), .Cm 2 , -.Cm 3 -(The CPU context is lost and memory context is preserved), -.Cm 4 -(The CPU context is lost and memory context is stored to disk) +.Cm 3 +(the CPU context is lost and memory context is preserved), +.Cm 4 +(the CPU context is lost and memory context is stored to disk) and -.Cm 5 -(Soft off). +.Cm 5 +(soft off). The supported states depend on BIOS implementation, including ACPI -byte code(AML). +byte code (AML). .El .Sh SEE ALSO .Xr acpi 4 , |