Bug 138734
| Summary: | Documentation for apm does not correspond to actual behaviour | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Philip Gwyn <bugzilla> |
| Component: | apmd | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | CC: | rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-02-02 23:02:49 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
This is probably something that needs fixed in upstream apmd. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040914 Description of problem: The man page for apm talks about the following switches : -i, --ignore, -n, --noignore Apm's command usage simply says usage: apm [-vmMsSin] [--verbose] [--minutes] [--monitor] [--suspend] [--standby] (omitting --ignore and --noignore) However, if I try to use -i or -n, apm spits out the usage, implying an error. Version-Release number of selected component (if applicable): apmd-3.0.2-24 How reproducible: Always Steps to Reproduce: 1. Log in 2. Type `apm -i` or `apm -n` 3. PROFIT! Actual Results: usage: apm [-vmMsSin] [--verbose] [--minutes] [--monitor] [--suspend] [--standby] Expected Results: Some message to the effect that "apmd will ignore BIOS messages" Additional info: