diff options
author | simon <simon@FreeBSD.org> | 2005-05-29 21:23:50 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2005-05-29 21:23:50 +0000 |
commit | a96a0118660b279c1b018fd4c5a673e3b727af96 (patch) | |
tree | c1832bc3a2e3abbc5c923040b2ff3f9341b6207e /share/man/man4/led.4 | |
parent | fe0681ca3436c796c315210c62612891ee27ee6d (diff) | |
download | FreeBSD-src-a96a0118660b279c1b018fd4c5a673e3b727af96.zip FreeBSD-src-a96a0118660b279c1b018fd4c5a673e3b727af96.tar.gz |
Catch up with s/dev_t/struct cdev */.
Diffstat (limited to 'share/man/man4/led.4')
-rw-r--r-- | share/man/man4/led.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/led.4 b/share/man/man4/led.4 index 2a0ae87..c9c6ef9 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 |