aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/device_probe_and_attach.9
diff options
context:
space:
mode:
authorHiten Pandya <hmp@FreeBSD.org>2003-10-23 06:24:55 +0000
committerHiten Pandya <hmp@FreeBSD.org>2003-10-23 06:24:55 +0000
commit09356c848473844673c36bb823b82effc73f1ea5 (patch)
tree790b25fbf984e94a65b13a7f397ae1eeda8f4936 /share/man/man9/device_probe_and_attach.9
parent49e4ce1f634849aed1f820a0d548e92a94b91fb9 (diff)
Mdoc Janitor:
* Use 'manual' instead of 'man' for consistency.
Notes
Notes: svn path=/head/; revision=121414
Diffstat (limited to 'share/man/man9/device_probe_and_attach.9')
-rw-r--r--share/man/man9/device_probe_and_attach.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/device_probe_and_attach.9 b/share/man/man9/device_probe_and_attach.9
index bcf5ef65a617..8f8c4af18d22 100644
--- a/share/man/man9/device_probe_and_attach.9
+++ b/share/man/man9/device_probe_and_attach.9
@@ -57,5 +57,5 @@ Zero is returned on success, otherwise an appropriate error is returned.
.Xr device 9 ,
.Xr driver 9
.Sh AUTHORS
-This man page was written by
+This manual page was written by
.An Doug Rabson .