From ffcbf9596c29205db41a6e50bcafbe72cf8f303e Mon Sep 17 00:00:00 2001 From: keramida Date: Thu, 6 Jan 2005 17:25:11 +0000 Subject: [PATCH] Use .Fn function_name MFC after: 3 days --- share/man/man9/DEVICE_PROBE.9 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/share/man/man9/DEVICE_PROBE.9 b/share/man/man9/DEVICE_PROBE.9 index a18afecaf984..057fcedf9ad7 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.