summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2009-12-10 21:39:01 -0600
committerVictor Lowther <victor.lowther@gmail.com>2009-12-10 21:39:01 -0600
commit74ddb985b306c83db3fcd70605b0901b2a8309d6 (patch)
tree132df017ba7deac4370532a7d72a9e58d5395f63
parentf7df23f2928f63c38ef4b307b4312787f1a715bc (diff)
Fix bug# 25547, make pm-action options formatting correct.
-rw-r--r--man/pm-action.xml16
1 files changed, 5 insertions, 11 deletions
diff --git a/man/pm-action.xml b/man/pm-action.xml
index cf03d38..2bb4e6a 100644
--- a/man/pm-action.xml
+++ b/man/pm-action.xml
@@ -71,25 +71,19 @@
<cmdsynopsis>
<command>pm-hibernate</command>
- <group choice="opt">
- <option>--help</option>
- </group>
+ <arg>--help</arg>
</cmdsynopsis>
<cmdsynopsis>
<command>pm-suspend</command>
- <group choice="opt">
- <option>--quirk-*</option>
- <option>--help</option>
- </group>
+ <arg>--quirk-*</arg>
+ <arg>--help</arg>
</cmdsynopsis>
<cmdsynopsis>
<command>pm-suspend-hybrid</command>
- <group choice="opt">
- <option>--quirk-*</option>
- <option>--help</option>
- </group>
+ <arg>--quirk-*</arg>
+ <arg>--help</arg>
</cmdsynopsis>
</refsynopsisdiv>