mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
device_get_name(9) and device_get_nameunit(9) return const char *, not int.
This commit is contained in:
parent
8dec768242
commit
96ea7698a2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122173
@ -37,9 +37,9 @@
|
||||
.Sh SYNOPSIS
|
||||
.In sys/param.h
|
||||
.In sys/bus.h
|
||||
.Ft int
|
||||
.Ft const char *
|
||||
.Fn device_get_name "device_t dev"
|
||||
.Ft int
|
||||
.Ft const char *
|
||||
.Fn device_get_nameunit "device_t dev"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
Loading…
Reference in New Issue
Block a user