summaryrefslogtreecommitdiffstats
path: root/share/man/man9/DEVICE_ATTACH.9
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2001-03-10 19:12:46 +0000
committeralex <alex@FreeBSD.org>2001-03-10 19:12:46 +0000
commit11a9fa5bfe698eb95454fd61ed56bb54e3ab8ce0 (patch)
tree52f1edb403a7704f95672f5c98fd2971b30dbac0 /share/man/man9/DEVICE_ATTACH.9
parentd8b0f4423049ea6e939debad23aa51357dbcf0c0 (diff)
downloadFreeBSD-src-11a9fa5bfe698eb95454fd61ed56bb54e3ab8ce0.zip
FreeBSD-src-11a9fa5bfe698eb95454fd61ed56bb54e3ab8ce0.tar.gz
Two mdoc fixes:
- .Os is used without "FreeBSD" nowadays. - remove hard sentence breaks.
Diffstat (limited to 'share/man/man9/DEVICE_ATTACH.9')
-rw-r--r--share/man/man9/DEVICE_ATTACH.911
1 files changed, 6 insertions, 5 deletions
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
OpenPOWER on IntegriCloud