29 lines
863 B
Diff
29 lines
863 B
Diff
|
From 4982e604dab3f350f3a3ca20b3c001f8ee66fdc2 Mon Sep 17 00:00:00 2001
|
||
|
From: Robert Love <robert.w.love@intel.com>
|
||
|
Date: Sat, 25 Jan 2014 03:10:21 +0000
|
||
|
Subject: man: Fix typo in fcoemon documentation
|
||
|
|
||
|
"module" was misspelled "modlue." This patch fixes it.
|
||
|
|
||
|
Signed-off-by: Robert Love <robert.w.love@intel.com>
|
||
|
---
|
||
|
doc/fcoemon.txt | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/doc/fcoemon.txt b/doc/fcoemon.txt
|
||
|
index 09ee5a2..7ccf892 100644
|
||
|
--- a/doc/fcoemon.txt
|
||
|
+++ b/doc/fcoemon.txt
|
||
|
@@ -56,7 +56,7 @@ OPTIONS
|
||
|
*-d*, *--debug*::
|
||
|
Enable debugging messages.
|
||
|
*-l*, *--legacy*::
|
||
|
- Force fcoemon to use the legacy /sys/modlue/libfcoe/parameters/
|
||
|
+ Force fcoemon to use the legacy /sys/module/libfcoe/parameters/
|
||
|
interface. The default is to use the newer /sys/bus/fcoe/ interfaces
|
||
|
if they are available.
|
||
|
*-s*, *--syslog*::
|
||
|
--
|
||
|
1.8.1.4
|
||
|
|