From 030c03b513b914c8d1af0ab396f5293e491c9cdd Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Tue, 13 Nov 2012 20:07:34 +0000 Subject: [PATCH] - Lowercase a cross reference to make. - Sort SEE ALSO cross references. MFC after: 3 days --- 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 0f4fa9af67e9..807099d50a71 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