summaryrefslogtreecommitdiffstats
path: root/share/man/man9/devclass_get_softc.9
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-03-06 17:25:50 +0000
committerbde <bde@FreeBSD.org>1999-03-06 17:25:50 +0000
commit01f64b5c6162f7c9b4d5170257e2f18cd2694be9 (patch)
tree3b79d173014c194086e3da1f5928a71001a85eb5 /share/man/man9/devclass_get_softc.9
parent15d674b3ae152c1b6dc6593188d094936c922e7e (diff)
downloadFreeBSD-src-01f64b5c6162f7c9b4d5170257e2f18cd2694be9.zip
FreeBSD-src-01f64b5c6162f7c9b4d5170257e2f18cd2694be9.tar.gz
Fixed wrong function prototype(s) in synopsis.
Diffstat (limited to 'share/man/man9/devclass_get_softc.9')
-rw-r--r--share/man/man9/devclass_get_softc.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/devclass_get_softc.9 b/share/man/man9/devclass_get_softc.9
index 6cd730a..5b7f634 100644
--- a/share/man/man9/devclass_get_softc.9
+++ b/share/man/man9/devclass_get_softc.9
@@ -26,7 +26,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: devclass_get_softc.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
.Dt devclass_get_softc 9
@@ -37,7 +37,7 @@
.Sh SYNOPSIS
.Fd #include <sys/param.h>
.Fd #include <sys/bus.h>
-.Ft int
+.Ft void *
.Fn devclass_get_softc "devclass_t dc" "int unit"
.Sh DESCRIPTION
.Pp
OpenPOWER on IntegriCloud