[man] Fix return type of BUS_ADD_CHILD(9)
Fix return type of BUS_ADD_CHILD(9) in SYNOPSYS section, it should be device_t, not int PR: 207389 MFC after: 3 days
This commit is contained in:
parent
c581f24a3b
commit
df4531ffd9
@ -28,7 +28,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd October 28, 2015
|
||||
.Dd April 8, 2018
|
||||
.Dt BUS_ADD_CHILD 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -37,7 +37,7 @@
|
||||
.Sh SYNOPSIS
|
||||
.In sys/param.h
|
||||
.In sys/bus.h
|
||||
.Ft int
|
||||
.Ft device_t
|
||||
.Fn BUS_ADD_CHILD "device_t dev" "int order" "const char *name" "int unit"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
Loading…
x
Reference in New Issue
Block a user