summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-06-27 03:54:24 +0000
committerderaadt <deraadt@openbsd.org>2006-06-27 03:54:24 +0000
commit47b5c1a33446ea6a70a5d010866bab5e5e6d9fd9 (patch)
tree15dfe9d2dbd3661c7e42e509551ff8d7a4d0fd95
parentPass process credentials to VOP_READ(), making it possible to load (diff)
downloadwireguard-openbsd-47b5c1a33446ea6a70a5d010866bab5e5e6d9fd9.tar.xz
wireguard-openbsd-47b5c1a33446ea6a70a5d010866bab5e5e6d9fd9.zip
dale is being sloppy, so i get to clean up his missing man pages for
extra commits
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/pcaled.441
2 files changed, 43 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index b1ff57b86d0..2bbdb1e7993 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.365 2006/06/26 05:38:14 brad Exp $
+# $OpenBSD: Makefile,v 1.366 2006/06/27 03:54:24 deraadt Exp $
MAN= aac.4 ac97.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \
adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \
@@ -28,7 +28,7 @@ MAN= aac.4 ac97.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \
neo.4 netintro.4 nfe.4 nge.4 nmea.4 noct.4 nofn.4 nsclpcsio.4 \
nsgphy.4 nsphy.4 nsphyter.4 null.4 nviic.4 ohci.4 opl.4 options.4 \
onewire.4 oosiop.4 osiop.4 owid.4 owtemp.4 \
- pcagpio.4 pcdisplay.4 pchb.4 pci.4 pcib.4 pcfadc.4 \
+ pcagpio.4 pcaled.4 pcdisplay.4 pchb.4 pci.4 pcib.4 pcfadc.4 \
pcfiic.4 pciide.4 pckbc.4 pckbd.4 pcmcia.4 pcn.4 pcppi.4 pcscp.4 \
pf.4 pflog.4 pfsync.4 piixpm.4 pim.4 \
pms.4 ppb.4 ppp.4 pppoe.4 pty.4 puc.4 qsphy.4 radio.4 raid.4 ral.4 \
diff --git a/share/man/man4/pcaled.4 b/share/man/man4/pcaled.4
new file mode 100644
index 00000000000..beeade4d7f7
--- /dev/null
+++ b/share/man/man4/pcaled.4
@@ -0,0 +1,41 @@
+.\" $OpenBSD: pcaled.4,v 1.1 2006/06/27 03:54:24 deraadt Exp $
+.\"
+.\" Copyright (c) 2006 Theo de Raadt <deraadt@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd June 26, 2006
+.Dt PCALED 4
+.Os
+.Sh NAME
+.Nm pcaled
+.Nd Philips PCA9532 LED dimmer
+.Sh SYNOPSIS
+.Cd "pcaled* at iic?"
+.Cd "gpio* at pcaled?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Philips PCA9532 GPIO controller
+which is specifically optimized to dim LEDs in 256 discrete steps.
+.Sh SEE ALSO
+.Xr gpio 4 ,
+.Xr iic 4 ,
+.Xr intro 4 ,
+.Xr gpioctl 8
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Dale Rahn Aq drahn@openbsd.org .