diff options
author | 2003-04-01 07:31:27 +0000 | |
---|---|---|
committer | 2003-04-01 07:31:27 +0000 | |
commit | c1806fd6eef3e044d5b12c4927dc66d1d1969282 (patch) | |
tree | d216f162891c65b9430e352aefdf3f23290a6f36 | |
parent | Add a couple of new pci subclasses and caps from NetBSD (diff) | |
download | wireguard-openbsd-c1806fd6eef3e044d5b12c4927dc66d1d1969282.tar.xz wireguard-openbsd-c1806fd6eef3e044d5b12c4927dc66d1d1969282.zip |
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 |