From 640006f9a82e4f6cd626bffce01b7d9c6b89ee68 Mon Sep 17 00:00:00 2001 From: pluknet Date: Wed, 15 May 2013 19:53:49 +0000 Subject: [PATCH] MFC r242995: firmware(9) mdoc cleanup. - Lowercase a cross reference to make. - Sort SEE ALSO cross references. git-svn-id: svn://svn.freebsd.org/base/stable/9@250674 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- share/man/man9/firmware.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man9/firmware.9 b/share/man/man9/firmware.9 index 0f4fa9af6..807099d50 100644 --- a/share/man/man9/firmware.9 +++ b/share/man/man9/firmware.9 @@ -255,11 +255,11 @@ IxNpeMicrocode.dat optional npe_fw \\ Note that generating the firmware modules in this way requires the availability of the following tools: .Xr awk , -.Xr Make , +.Xr make , the compiler and the linker. .Sh SEE ALSO -.Xr module 9 , -.Xr kld 4 +.Xr kld 4 , +.Xr module 9 .Pp .Pa /usr/share/examples/kld/firmware .Sh HISTORY -- 2.45.0