aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Masters <jcm@jonmasters.org>2011-06-01 00:42:36 -0400
committerJon Masters <jcm@jonmasters.org>2011-06-01 00:42:36 -0400
commit259df10c225552b64676888fa20e03bb389fe3ae (patch)
tree94245e7d9311b282589f2bc9c3acf3ca18796115
parenta772b37dd0efe63ea7e1aafc35dabe63f1be0fc7 (diff)
downloadmodule-init-tools-259df10c225552b64676888fa20e03bb389fe3ae.tar.gz
doc: describe the incompatibility of the -E and -F options
These options are incompatible. Make sure that is clear. Signed-off-by: Jon Masters <jcm@jonmasters.org>
-rw-r--r--doc/depmod.sgml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/depmod.sgml b/doc/depmod.sgml
index 514a468..4f3783e 100644
--- a/doc/depmod.sgml
+++ b/doc/depmod.sgml
@@ -172,6 +172,7 @@
reports any symbol versions supplied by modules that do
not match with the symbol versions provided by the
kernel in its <filename>Module.symvers</filename>.
+ This option is mutually incompatible with <option>-F</option>.
</para>
</listitem>
</varlistentry>
@@ -183,6 +184,7 @@
Supplied with the <filename>System.map</filename> produced
when the kernel was built, this allows the
<option>-e</option> option to report unresolved symbols.
+ This option is mutually incompatible with <option>-E</option>.
</para>
</listitem>
</varlistentry>