summaryrefslogtreecommitdiffstats
path: root/share/man/man9/DEVICE_PROBE.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-22 16:11:48 +0000
committerru <ru@FreeBSD.org>2000-11-22 16:11:48 +0000
commite75ab20d6b4eaec58e390123387f0d0ef2f9f360 (patch)
tree064a66603b9a3557325a005737c8a7027ea73713 /share/man/man9/DEVICE_PROBE.9
parentbdc5340b39fbc40a64feadf0d2fd65beca35a320 (diff)
downloadFreeBSD-src-e75ab20d6b4eaec58e390123387f0d0ef2f9f360.zip
FreeBSD-src-e75ab20d6b4eaec58e390123387f0d0ef2f9f360.tar.gz
mdoc(7) police: Er macro usage cleanup.
Diffstat (limited to 'share/man/man9/DEVICE_PROBE.9')
-rw-r--r--share/man/man9/DEVICE_PROBE.95
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/DEVICE_PROBE.9 b/share/man/man9/DEVICE_PROBE.9
index f643d39..dfb982e 100644
--- a/share/man/man9/DEVICE_PROBE.9
+++ b/share/man/man9/DEVICE_PROBE.9
@@ -43,8 +43,9 @@
.Sh DESCRIPTION
.Pp
This device method should probe to see if the device is present.
-It should return 0 if the device exists, ENXIO if it cannot be
-found.
+It should return 0 if the device exists,
+.Er ENXIO
+if it cannot be found.
If some other error happens during the probe (such as a memory
allocation failure), an appropriate error code should be returned.
For
OpenPOWER on IntegriCloud