aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-09-08 12:22:11 -0400
committerDave Reisner <dreisner@archlinux.org>2012-09-08 14:40:37 -0400
commit1a3fa1a1a521fe7891c6d3d3f2dd78c0dac082ad (patch)
treeec05551a0de51d37a352dec36e2f40fe8832d202
parent86bbd0531943bc083b48a891b44d316ab410a971 (diff)
downloadkmod-1a3fa1a1a521fe7891c6d3d3f2dd78c0dac082ad.tar.gz
modinfo: clarify verbiage for field shortcuts
Cleanup the punctuation and grammar in this blurb, specifically pointing out what these are shortcuts for.
-rw-r--r--man/modinfo.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/modinfo.xml b/man/modinfo.xml
index cda12da..2a37852 100644
--- a/man/modinfo.xml
+++ b/man/modinfo.xml
@@ -173,11 +173,11 @@
</term>
<listitem>
<para>
- These are shortcuts for <literal>author</literal>,
- <literal>description</literal>, <literal>license</literal>.
- <literal>parm</literal> and <literal>filename</literal>
- respectively, to ease the transition from the old modutils
- <command>modinfo</command>.
+ These are shortcuts for the <option>--field</option> flag's
+ <literal>author</literal>, <literal>description</literal>,
+ <literal>license</literal>, <literal>parm</literal> and
+ <literal>filename</literal> arguments, to ease the transition
+ from the old modutils <command>modinfo</command>.
</para>
</listitem>
</varlistentry>