aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/firmware.9
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2012-05-20 16:43:47 +0000
committerGlen Barber <gjb@FreeBSD.org>2012-05-20 16:43:47 +0000
commit73bbeaa52983176108b99fe246560723b55e5cf4 (patch)
tree2d2b6ffdd22892425efddd4706b859d4be51bfc3 /share/man/man9/firmware.9
parentf22377a8c7377ab1e4b5410db09f92dda9c62016 (diff)
downloadsrc-73bbeaa52983176108b99fe246560723b55e5cf4.tar.gz
src-73bbeaa52983176108b99fe246560723b55e5cf4.zip
Typo and mdoc(7) style fixes.
PR: 168117 Submitted by: Nobuyuki Koganemaru (kogane&jp!freebsd!org) MFC after: 3 days
Notes
Notes: svn path=/head/; revision=235693
Diffstat (limited to 'share/man/man9/firmware.9')
-rw-r--r--share/man/man9/firmware.98
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man9/firmware.9 b/share/man/man9/firmware.9
index 9987e09c2ac1..0f4fa9af67e9 100644
--- a/share/man/man9/firmware.9
+++ b/share/man/man9/firmware.9
@@ -101,11 +101,13 @@ they want as an argument. If a matching image is not already registered,
the firmware subsystem will try to load it using the
mechanisms specified below (typically, a kernel module
with
-.Nm the same name
+.Nm
+the same name
as the image).
.Sh API DESCRIPTION
The kernel
-.Nm firmware API
+.Nm
+firmware API
is made of the following functions:
.Pp
.Fn firmware_register
@@ -225,7 +227,7 @@ in the module, the imagename and version of each firmware image.
If you need to embed firmware images into a system, you should write
appropriate entries in the <files.arch> file, e.g. this example is
from
-.Nm sys/arm/xscale/ixp425/files.ixp425:
+.Nm sys/arm/xscale/ixp425/files.ixp425 :
.Bd -literal
ixp425_npe_fw.c optional npe_fw \\
compile-with "${AWK} -f $S/tools/fw_stub.awk \\