1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00

Remove extranious '.'

Submitted by:	swildner@DragonflyBSD.org
This commit is contained in:
Eitan Adler 2013-07-02 20:25:58 +00:00
parent fa3483e67c
commit 13cb76318e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252526

View File

@ -91,7 +91,7 @@ Firmware can be updated by following the steps below:
.It
Copy the below code to a Makefile:
.Bd -literal -offset indent
\&.KMOD=elxflash
KMOD=elxflash
FIRMWS=imagename.ufi:elxflash
\&.include <bsd.kmod.mk>
.Ed