Add man pages for the ACPI Thermal Zone driver.
This commit is contained in:
parent
cd06c05f6c
commit
61cf1ff02d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.273 2002/11/17 05:54:30 itohy Exp $
|
||||
# $NetBSD: Makefile,v 1.274 2003/01/05 21:10:57 jmcneill Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/18/93
|
||||
|
||||
MAN= aac.4 acphy.4 adv.4 adw.4 agp.4 ahb.4 ahc.4 amdpm.4 \
|
||||
|
@ -48,7 +48,8 @@ MAN+= irframe.4 cir.4 irframetty.4 oboe.4
|
|||
# smccir.4
|
||||
|
||||
# ACPI devices
|
||||
MAN+= acpi.4 acpiacad.4 acpibat.4 acpibut.4 acpiec.4 acpilid.4 spic.4
|
||||
MAN+= acpi.4 acpiacad.4 acpibat.4 acpibut.4 acpiec.4 acpilid.4 \
|
||||
acpitz.4 spic.4
|
||||
|
||||
# Radio devices
|
||||
MAN+= radio.4 az.4 mr.4 rt.4 rtii.4 sf2r.4
|
||||
|
|
|
@ -0,0 +1,56 @@
|
|||
.\" $NetBSD: acpitz.4,v 1.1 2003/01/05 21:10:59 jmcneill Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. All advertising materials mentioning features or use of this software
|
||||
.\" must display the following acknowledgement:
|
||||
.\" This product includes software developed by the NetBSD
|
||||
.\" Foundation, Inc. and its contributors.
|
||||
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
|
||||
.\" contributors may be used to endorse or promote products derived
|
||||
.\" from this software without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
||||
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
||||
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
||||
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd January 5 , 2003
|
||||
.Dt ACPITZ 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm acpitz
|
||||
.Nd ACPI Thermal Zone
|
||||
.Sh SYNOPSIS
|
||||
.Cd "acpitz* at acpi?"
|
||||
.Sh DESCRIPTION
|
||||
ACPI Thermal Zone.
|
||||
.Sh SEE ALSO
|
||||
.Xr acpi 4 ,
|
||||
.Xr envsys 4
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
driver
|
||||
appeared in
|
||||
.Nx 1.7 .
|
||||
.Sh BUGS
|
||||
The
|
||||
.Nm
|
||||
driver is very incomplete and so are the man pages.
|
Loading…
Reference in New Issue