Bug 10126
| Summary: | hexdump parameter problem | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Riley H Williams <rhw> |
| Component: | util-linux | Assignee: | Elliot Lee <sopwith> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-07-16 13:31:32 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: | |||
|
Description
Riley H Williams
2000-03-11 18:55:25 UTC
OK, I found the correct component, so I've moved it over... Reply from util-linux maintainer:
The manual says:
The format is required and must be surrounded by double quote (" ") marks.
And:
% hexdump -e %08_Ax foo
hexdump: bad format {%08_Ax}
% hexdump -e '"%08_Ax"' foo
...
So, there is no bug, and no contradiction with the man page.
Andries
|