diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-07-25 19:40:10 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-07-25 19:50:04 -0400 |
commit | ffeccb511ccdb0f0f16e39cb4e360775af6eff5e (patch) | |
tree | 43112654a38cd73e8dfd94d24a1ba090829c4e22 /man | |
parent | ff9909694bdb8b049badf37eb9b5684257eb7b99 (diff) | |
download | kmod-ffeccb511ccdb0f0f16e39cb4e360775af6eff5e.tar.gz kmod-ffeccb511ccdb0f0f16e39cb4e360775af6eff5e.tar.bz2 kmod-ffeccb511ccdb0f0f16e39cb4e360775af6eff5e.zip |
man/modinfo: specify each option in separate <term> tag
This has the end result of comma delimiting equivalent options in the
manpage, similar to many other manuals.
Diffstat (limited to 'man')
-rw-r--r-- | man/modinfo.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/modinfo.xml b/man/modinfo.xml index 69f151b..cda12da 100644 --- a/man/modinfo.xml +++ b/man/modinfo.xml @@ -76,6 +76,8 @@ <varlistentry> <term> <option>-V</option> + </term> + <term> <option>--version</option> </term> <listitem> @@ -87,6 +89,8 @@ <varlistentry> <term> <option>-F</option> + </term> + <term> <option>--field</option> </term> <listitem> @@ -106,6 +110,8 @@ <varlistentry> <term> <option>-b <replaceable>basedir</replaceable></option> + </term> + <term> <option>--basedir <replaceable>basedir</replaceable></option> </term> <listitem> @@ -132,6 +138,8 @@ <varlistentry> <term> <option>-0</option> + </term> + <term> <option>--null</option> </term> <listitem> |