diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-01 07:31:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-01 07:31:28 +0000 |
commit | d4953ecce6888a81f862c17e727229f4b55ac414 (patch) | |
tree | 0d575bd801728d27fabbe225956879dc148f0528 | |
parent | aa6c0fd39eb83b213305fa6402a0457169e1ce17 (diff) |
bios -> BIOS
-rw-r--r-- | share/man/man4/man4.i386/bios.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/apm.4 | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man4/man4.i386/bios.4 b/share/man/man4/man4.i386/bios.4 index 6483697e1da..b3052e07a23 100644 --- a/share/man/man4/man4.i386/bios.4 +++ b/share/man/man4/man4.i386/bios.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bios.4,v 1.5 2002/12/06 19:04:24 avsm Exp $ +.\" $OpenBSD: bios.4,v 1.6 2003/04/01 07:31:27 jmc Exp $ .\" .\" Copyright (c) 2001 Michael Shalayeff .\" All rights reserved. @@ -47,7 +47,7 @@ The .Nm driver also identifies BIOS type (such as "AT/286+", which is almost always used in modern machines) and BIOS image date stamp, -which is, presumably, the day bios image was compiled by vendor +which is, presumably, the day the BIOS image was compiled by vendor and could be used as a crude BIOS version identification. The .Nm diff --git a/share/man/man4/man4.macppc/apm.4 b/share/man/man4/man4.macppc/apm.4 index d518ca6d730..71aab41da61 100644 --- a/share/man/man4/man4.macppc/apm.4 +++ b/share/man/man4/man4.macppc/apm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apm.4,v 1.4 2002/10/01 20:59:48 miod Exp $ +.\" $OpenBSD: apm.4,v 1.5 2003/04/01 07:31:27 jmc Exp $ .\" .\" Copyright (c) 1998 Marco S. Hyman .\" @@ -24,7 +24,9 @@ driver provides an interface which simulates the Advanced Power Management .Pq Tn APM .Tn BIOS functions. -The bios functions are translated into the appropriate PowerManager requests. +The +.Tn BIOS +functions are translated into the appropriate PowerManager requests. Currently only battery level, AC connection, and charging status is available from the .Nm |