From 11a9fa5bfe698eb95454fd61ed56bb54e3ab8ce0 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 10 Mar 2001 19:12:46 +0000 Subject: Two mdoc fixes: - .Os is used without "FreeBSD" nowadays. - remove hard sentence breaks. --- share/man/man9/DEVICE_ATTACH.9 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'share/man/man9/DEVICE_ATTACH.9') diff --git a/share/man/man9/DEVICE_ATTACH.9 b/share/man/man9/DEVICE_ATTACH.9 index f970891..6426125 100644 --- a/share/man/man9/DEVICE_ATTACH.9 +++ b/share/man/man9/DEVICE_ATTACH.9 @@ -30,7 +30,7 @@ .\" .Dd June 16, 1998 .Dt DEVICE_ATTACH 9 -.Os FreeBSD +.Os .Sh NAME .Nm DEVICE_ATTACH .Nd attach a device @@ -41,10 +41,11 @@ .Fn DEVICE_ATTACH "device_t dev" .Sh DESCRIPTION .Pp -Attach a device to the system. The probe method will have been called -and will have indicated that the device exists. This routine should -initialise the hardware and allocate other system resources (such as -devfs entries). +Attach a device to the system. +The probe method will have been called and will have indicated that +the device exists. +This routine should initialise the hardware and allocate other +system resources (such as devfs entries). .Sh RETURN VALUES Zero is returned on success, otherwise an appropriate error is returned. .Sh SEE ALSO -- cgit v1.1