diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-07-25 19:36:40 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-07-25 19:37:49 -0400 |
commit | ff9909694bdb8b049badf37eb9b5684257eb7b99 (patch) | |
tree | 24a116dc5bb88368bd10011b9126567d58e49ee5 /man | |
parent | 072122f9dc69a61f1e625ee6e225ea56b8925ab4 (diff) | |
download | kmod-ff9909694bdb8b049badf37eb9b5684257eb7b99.tar.gz kmod-ff9909694bdb8b049badf37eb9b5684257eb7b99.tar.bz2 kmod-ff9909694bdb8b049badf37eb9b5684257eb7b99.zip |
man/modinfo: document longopts for field shortcuts
Diffstat (limited to 'man')
-rw-r--r-- | man/modinfo.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/modinfo.xml b/man/modinfo.xml index 2d3e1d6..69f151b 100644 --- a/man/modinfo.xml +++ b/man/modinfo.xml @@ -145,10 +145,23 @@ <varlistentry> <term> <option>-a</option> + <option>--author</option> + </term> + <term> <option>-d</option> + <option>--description</option> + </term> + <term> <option>-l</option> + <option>--license</option> + </term> + <term> <option>-p</option> + <option>--parameters</option> + </term> + <term> <option>-n</option> + <option>--filename</option> </term> <listitem> <para> |