diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-05 20:53:12 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-05 20:53:12 +0000 |
commit | cd8f494c4d396c6413e86b08949f6b96cb7a6bbc (patch) | |
tree | c8f3570286f8e0ad52a6134ed80ee4c7a6b1174f /share/man/man4 | |
parent | da7386e356c0b9dc426070fb1e230bfed9abc6eb (diff) |
The .Bl -tag flag expects a -width argument.
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/lkm.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.atari/ms.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/apm.4 | 22 |
3 files changed, 16 insertions, 16 deletions
diff --git a/share/man/man4/lkm.4 b/share/man/man4/lkm.4 index 67778803622..4eb6430f8b3 100644 --- a/share/man/man4/lkm.4 +++ b/share/man/man4/lkm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lkm.4,v 1.7 1999/06/05 13:18:32 aaron Exp $ +.\" $OpenBSD: lkm.4,v 1.8 1999/10/05 20:53:11 aaron Exp $ .\" $NetBSD: lkm.4,v 1.4 1994/11/30 16:22:22 jtc Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -132,9 +132,7 @@ facility was designed to be similar in functionality to the loadable kernel modules facility provided by .Tn "SunOS 4.1.3" . .Sh AUTHOR -.Bl -tag -Terrence R. Lambert, terry@cs.weber.edu -.El +Terrence R. Lambert <terry@cs.weber.edu> .Sh BUGS Loading a bogus module is likely to kill your machine. .Pp diff --git a/share/man/man4/man4.atari/ms.4 b/share/man/man4/man4.atari/ms.4 index 971282165a3..b97f91b17f7 100644 --- a/share/man/man4/man4.atari/ms.4 +++ b/share/man/man4/man4.atari/ms.4 @@ -47,7 +47,7 @@ of the second joystick port. To accomodate X11 users with a standard mouse, the driver is able to emulate the middle button. See the section on ioctls for more info. .Pp -.Bl -tag +.Bl -tag -width xx .It Sy Supported ioctls .Bl -tag -width MIOCG3B_EMUL -compact .It MIOCS3B_EMUL @@ -60,7 +60,7 @@ Note that the emulation status is retained across multiple open/close calls. This ioctl allows you to get the actual status of the emulation mode. .El .El -.Bl -tag +.Bl -tag -width xx .It Sy Interface description The Atari mouse interface works on a minimal emulation of Sun's Firm_event structures. The primary reason for this is easy interfacing with X11. diff --git a/share/man/man4/man4.i386/apm.4 b/share/man/man4/man4.i386/apm.4 index 3654cd07fba..1af8303fc60 100644 --- a/share/man/man4/man4.i386/apm.4 +++ b/share/man/man4/man4.i386/apm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apm.4,v 1.6 1999/07/21 01:03:07 deraadt Exp $ +.\" $OpenBSD: apm.4,v 1.7 1999/10/05 20:53:11 aaron Exp $ .\" .\" Copyright (c) 1998 Marco S. Hyman .\" @@ -31,7 +31,7 @@ Configuration options: .Pp .Bl -tag -width APM_V10_ONLY -compact -offset indent .It Dv APM_V10_ONLY -Disables support for version 1.1 of the +Disable support for v1.1 of the .Tn APM .Tn BIOS interface. @@ -50,18 +50,18 @@ driver implements the following calls. They are defined in .Aq Pa machine/apmvar.h . .Pp -.Bl -tag -width APM_IOC_NEXTEVENT +.Bl -tag -width Ds .It Dv APM_IOC_REJECT .Em Not implemented . DO NOT USE . .It Dv APM_IOC_STANDBY .Pq Li "no parameters" Request -.Sq standby +.Dq standby mode. .It Dv APM_IOC_SUSPEND .Pq Li "no parameters" Request -.Sq suspend +.Dq suspend mode. .It Dv APM_IOC_GETPOWER .Pq Li "struct apm_power_info" @@ -76,9 +76,10 @@ struct apm_power_info { u_int spare2[6]; }; .Ed +.Pp The following values are defined for .Va battery_state : -.Bl -tag -width APM_BATT_FLAG_NOBATTERY +.Bl -tag -width Ds .It Dv APM_BATT_HIGH Battery has a high state of charge. .It Dv APM_BATT_LOW @@ -95,7 +96,7 @@ No battery installed. .Pp The following values are defined for .Va ac_state : -.Bl -tag -width APM_AC_UNKNOWN +.Bl -tag -width Ds .It Dv APM_AC_OFF External power not detected. .It Dv APM_AC_ON @@ -141,7 +142,7 @@ is a sequential count of events that can be used to check if any events were lost and .Va type is one of: -.Bl -tag -compact -offset indent +.Bl -tag -width Ds -offset indent -compact .It Dv APM_STANDBY_REQ .It Dv APM_SUSPEND_REQ .It Dv APM_NORMAL_RESUME @@ -188,7 +189,7 @@ controls message output by the .Tn APM driver when a power change event is detected. The integer parameter is one of: -.Bl -tag -width APM_PRINT_OFF +.Bl -tag -width Ds .It Dv APM_PRINT_ON All power change events result in a message. This is the normal operating mode for the driver. @@ -226,7 +227,8 @@ use will fail, returning .Sh SEE ALSO .Xr apm 8 , .Xr apmd 8 -.Nm http://developer.intel.com/ial/powermgm/apmv12.pdf +.Pp +http://developer.intel.com/ial/powermgm/apmv12.pdf .Sh HISTORY The .Nm |