diff options
Diffstat (limited to 'share/man')
-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 | ||||
-rw-r--r-- | share/man/man5/group.5 | 12 | ||||
-rw-r--r-- | share/man/man9/malloc.9 | 4 |
5 files changed, 24 insertions, 24 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 diff --git a/share/man/man5/group.5 b/share/man/man5/group.5 index 31a6bbb22d4..498e6dcbceb 100644 --- a/share/man/man5/group.5 +++ b/share/man/man5/group.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: group.5,v 1.4 1999/07/09 13:35:38 aaron Exp $ +.\" $OpenBSD: group.5,v 1.5 1999/10/05 20:53:11 aaron Exp $ .\" $NetBSD: group.5,v 1.4 1995/07/28 06:41:39 phil Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -107,20 +107,20 @@ If YP is active, the .Nm file may also contain lines of the format .Pp -.Bl -tag -offset indent -compact +.Bd -literal -offset indent +name:*:: +.Ed .Pp which causes the specified group to be included from the .Pa group.byname YP map. -.Pp If no group name is specified, or the -.Dq + +.Ql + (plus sign) appears alone on line, all groups are included from the YP map. .Pp YP references may appear anywhere in the file, but the single -.Dq + +.Ql + form should be on the last line, for historical reasons. Only the first group with a specific name encountered, whether in the .Nm @@ -148,4 +148,4 @@ A file format appeared in .At v6 . .Pp -YP file format first appeared in SunOS. +The YP file format first appeared in SunOS. diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index d467195a630..146ba247ff0 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.9,v 1.7 1999/09/23 04:12:07 alex Exp $ +.\" $OpenBSD: malloc.9,v 1.8 1999/10/05 20:53:11 aaron Exp $ .\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -83,7 +83,7 @@ the kernel version takes two more arguments. The argument further qualifies .Fn malloc No Ns 's operational characteristics as follows: -.Bl -tag -offset indent +.Bl -tag -width xxx -offset indent .It Dv M_NOWAIT Causes .Fn malloc |