Use .Fn function_name

MFC after:	3 days
This commit is contained in:
Giorgos Keramidas 2005-01-06 17:25:11 +00:00
parent dea25585a1
commit 2757b1cbd1

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd June 16, 1998
.Dd January 6, 2005
.Dt DEVICE_PROBE 9
.Os
.Sh NAME
@ -40,7 +40,9 @@
.Ft int
.Fn DEVICE_PROBE "device_t dev"
.Sh DESCRIPTION
This device method should probe to see if the device is present.
The
.Fn DEVICE_PROBE
method should probe to see if the device is present.
It should return 0 if the device exists,
.Er ENXIO
if it cannot be found.