aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/led.4
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2005-05-29 21:23:50 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2005-05-29 21:23:50 +0000
commit9e56be4c6408bc97765a45f7ecc59f172585731c (patch)
treec1832bc3a2e3abbc5c923040b2ff3f9341b6207e /share/man/man4/led.4
parent2ec4389f6cc9a92994a925b0ad77d8720f457ea2 (diff)
downloadsrc-9e56be4c6408bc97765a45f7ecc59f172585731c.tar.gz
src-9e56be4c6408bc97765a45f7ecc59f172585731c.zip
Catch up with s/dev_t/struct cdev */.
Notes
Notes: svn path=/head/; revision=146786
Diffstat (limited to 'share/man/man4/led.4')
-rw-r--r--share/man/man4/led.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/led.4 b/share/man/man4/led.4
index 2a0ae87c8c0c..c9c6ef9d159e 100644
--- a/share/man/man4/led.4
+++ b/share/man/man4/led.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 3, 2003
+.Dd May 29, 2005
.Dt LED 4
.Os
.Sh NAME
@@ -34,10 +34,10 @@
.In dev/led/led.h
.Pp
.Fd "typedef void led_t(void *priv, int onoff);"
-.Ft dev_t
+.Ft struct cdev *
.Fn led_create "led_t *func" "void *priv" "char const *name"
.Ft void
-.Fn led_destroy "dev_t dev"
+.Fn led_destroy "struct cdev *"
.Sh DESCRIPTION
The
.Nm