summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-01-06 17:25:11 +0000
committerkeramida <keramida@FreeBSD.org>2005-01-06 17:25:11 +0000
commitffcbf9596c29205db41a6e50bcafbe72cf8f303e (patch)
tree47c7d5698632dfd1a7c923936567388954fba8e9 /share
parent93963ed8d5dcaf76cc38224ef233544e7f3ab39e (diff)
downloadFreeBSD-src-ffcbf9596c29205db41a6e50bcafbe72cf8f303e.zip
FreeBSD-src-ffcbf9596c29205db41a6e50bcafbe72cf8f303e.tar.gz
Use .Fn function_name
MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/DEVICE_PROBE.96
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/DEVICE_PROBE.9 b/share/man/man9/DEVICE_PROBE.9
index a18afec..057fced 100644
--- a/share/man/man9/DEVICE_PROBE.9
+++ b/share/man/man9/DEVICE_PROBE.9
@@ -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.
OpenPOWER on IntegriCloud