diff options
| author | jtk <jtk@NetBSD.org> | 1998-09-02 21:23:52 +0000 |
|---|---|---|
| committer | jtk <jtk@NetBSD.org> | 1998-09-02 21:23:52 +0000 |
| commit | 24b461bf9002fb2c0d1a6b99bc63ededa2bfc8d2 (patch) | |
| tree | b13450f3159f78ed3f5f396f0c42ca06bd98284f | |
| parent | 44d3b0974bd36482f132f1583332010e5710fffb (diff) | |
improve wording to mention that config options are for kernel config files
| -rw-r--r-- | share/man/man4/man4.i386/apm.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/apm.4 b/share/man/man4/man4.i386/apm.4 index 1f2f297c00c..5aeb47c5030 100644 --- a/share/man/man4/man4.i386/apm.4 +++ b/share/man/man4/man4.i386/apm.4 @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $NetBSD: apm.4,v 1.3 1998/02/06 06:06:57 perry Exp $ +.\" $NetBSD: apm.4,v 1.4 1998/09/02 21:23:52 jtk Exp $ .\" .Dd May 18, 1996 .Dt APM 4 i386 @@ -52,7 +52,8 @@ protected mode operation. The kernel start-up routines establish the 32-bit protected mode connection to the APM BIOS. .Pp -The APM driver may be adjusted with several configuration options: +The APM driver's behavior may be adjusted by specifying any of the +following kernel configuration options: .Bl -tag -width indent -compact .It Dv APM_NO_IDLE Do not call the BIOS CPU idle function from the system idle loop. (Some |
