From 142d5d1bbd74110e93521e872e859c2a4780a669 Mon Sep 17 00:00:00 2001 From: joel Date: Wed, 13 Jun 2012 18:57:27 +0000 Subject: mdoc: avoid nested displays. Fixes mandoc warnings. --- usr.sbin/apmd/apmd.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/apmd') diff --git a/usr.sbin/apmd/apmd.8 b/usr.sbin/apmd/apmd.8 index 5bfd9dc..633217f 100644 --- a/usr.sbin/apmd/apmd.8 +++ b/usr.sbin/apmd/apmd.8 @@ -245,13 +245,13 @@ just as with a command line. The following built-in functions are currently supported: .Bl -item .It -- reject: -.Bd -ragged -offset indent +.Bl -tag -width ".It - reject" +.It - reject Reject last request posted by APM BIOS. This can be used to reject a SUSPEND request when the LCD is closed and put the system in a STANDBY state instead. -.Ed +.El .El .Ed .El -- cgit v1.1