diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-03-08 17:45:20 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-03-08 17:45:20 +0000 |
commit | e74ba7070b969ab165b398ae6a82c4efaab962f3 (patch) | |
tree | d2a074e7747c3c32fbae408f7cee5d0cf36931dd /share/man | |
parent | 3c833352c278df1f00abbda85589a8e7fb744033 (diff) |
Unbreak docs after marco.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/acpi.4 | 6 | ||||
-rw-r--r-- | share/man/man4/acpihpet.4 (renamed from share/man/man4/hpet.4) | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 84f2f9baacf..a204ee9c3f2 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.345 2006/03/04 16:27:03 grange Exp $ +# $OpenBSD: Makefile,v 1.346 2006/03/08 17:45:19 grange Exp $ -MAN= aac.4 ac97.4 acphy.4 acpi.4 acpitimer.4 \ +MAN= aac.4 ac97.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \ adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \ admtm.4 admtmp.4 admtt.4 adt.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 aic.4 \ akbd.4 alipm.4 amdiic.4 amdpm.4 ami.4 amphy.4 ams.4 \ @@ -15,7 +15,7 @@ MAN= aac.4 ac97.4 acphy.4 acpi.4 acpitimer.4 \ emu.4 enc.4 ep.4 epic.4 esa.4 eso.4 ess.4 exphy.4 \ faith.4 fd.4 fdc.4 fms.4 fpa.4 fxp.4 gdt.4 gentbi.4 gem.4 gif.4 \ glenv.4 gpio.4 gpioiic.4 gpioow.4 gpr.4 gre.4 gscsio.4 gtp.4 \ - hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 hme.4 hotplug.4 hpet.4 hsq.4 \ + hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 hme.4 hotplug.4 hsq.4 \ ichiic.4 ichwdt.4 icmp.4 icmp6.4 icsphy.4 idp.4 ifmedia.4 \ iha.4 iic.4 inet.4 inet6.4 inphy.4 iop.4 iophy.4 ioprbs.4 \ iopsp.4 ip.4 ip6.4 ipcomp.4 ipmi.4 ipsec.4 ipw.4 isa.4 isapnp.4 \ diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index af86a7caf69..664822c220c 100644 --- a/share/man/man4/acpi.4 +++ b/share/man/man4/acpi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acpi.4,v 1.4 2006/01/07 17:35:35 jmc Exp $ +.\" $OpenBSD: acpi.4,v 1.5 2006/03/08 17:45:19 grange Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -47,10 +47,10 @@ WARNING: this may cause an overheating on some machines since doesn't provide any thermal or cooling control. .Sh SUPPORTED DEVICES .Bl -tag -width 12n -offset indent -compact +.It Xr acpihpet 4 +ACPI High Precision Event Timer .It Xr acpitimer 4 ACPI power management timer -.It Xr hpet 4 -High Precision Event Timer .El .Sh SEE ALSO .Xr acpitimer 4 , diff --git a/share/man/man4/hpet.4 b/share/man/man4/acpihpet.4 index bd817af98f8..04bcab99e45 100644 --- a/share/man/man4/hpet.4 +++ b/share/man/man4/acpihpet.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hpet.4,v 1.1 2006/01/07 10:48:24 grange Exp $ +.\" $OpenBSD: acpihpet.4,v 1.1 2006/03/08 17:45:19 grange Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -15,13 +15,13 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .Dd January 7, 2006 -.Dt HPET 4 +.Dt ACPIHPET 4 .Os .Sh NAME -.Nm hpet -.Nd High Precision Event Timer +.Nm acpihpet +.Nd ACPI High Precision Event Timer .Sh SYNOPSIS -.Cd "hpet* at acpi?" +.Cd "acpihpet* at acpi?" .Sh DESCRIPTION The .Nm |