From 1cf159866714352fd8d7789b97068220cbb5a1a4 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 3 Jul 2004 18:29:24 +0000 Subject: Mechanically kill hard sentence breaks and double whitespaces. --- share/man/man9/DEVICE_PROBE.9 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'share/man/man9/DEVICE_PROBE.9') diff --git a/share/man/man9/DEVICE_PROBE.9 b/share/man/man9/DEVICE_PROBE.9 index 5c4b00f..e809975 100644 --- a/share/man/man9/DEVICE_PROBE.9 +++ b/share/man/man9/DEVICE_PROBE.9 @@ -74,10 +74,11 @@ returned, the driver can assume that it will be the one attached, but must not hold any resources when the probe routine returns. .Sh RETURN VALUES A value equal to or less than zero indicates success, greater than -zero indicates an error (errno). For values equal to or less than +zero indicates an error (errno). +For values equal to or less than zero: zero indicates highest priority, no further probing is done; for a value less than zero, the lower the value the lower the -priority, e.g. -100 indicates a lower priority than -50. +priority, e.g.\& -100 indicates a lower priority than -50. .Sh SEE ALSO .Xr device 9 , .Xr DEVICE_ATTACH 9 , -- cgit v1.1