[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:
Oleksandr Tymoshenko 2018-04-09 05:48:12 +00:00
parent c581f24a3b
commit df4531ffd9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=332317

View File

@ -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