summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2008-02-16 18:12:35 +0000
committerJean Delvare <jdelvare@suse.de>2008-02-16 18:12:35 +0000
commit4e721204a471e64c041a4c260707d0d52d1811e6 (patch)
treebbc22a0b6ef4dd7315490a785cdaf0d1f5fc4c29 /man
parent8c6bf0cea2a592591449c78e09570aa570987cc6 (diff)
downloaddmidecode-git-4e721204a471e64c041a4c260707d0d52d1811e6.tar.gz
New option --dump-bin, dump the DMI data to a sparse binary file.
Diffstat (limited to 'man')
-rw-r--r--man/dmidecode.87
1 files changed, 7 insertions, 0 deletions
diff --git a/man/dmidecode.8 b/man/dmidecode.8
index d79781f..faff6db 100644
--- a/man/dmidecode.8
+++ b/man/dmidecode.8
@@ -114,6 +114,13 @@ you. The strings attached to each entry are displayed as both
hexadecimal and \s-1ASCII\s0. This option is mainly useful for debugging.
Mutually exclusive with \fB--quiet\fR and \fB--string\fR.
.TP
+.BR " " " " "--dump-bin FILE"
+Do not decode the entries, instead dump the DMI data to a sparse file
+in binary form. This is only supported when the DMI data lives in the
+first MB of memory, and only if the system doesn't use EFI to locate
+the DMI table. The generated file is suitable to pass to \fB--dev-mem\fR
+later. Mutually exclusive with \fB--type\fR and \fB--string\fR.
+.TP
.BR "-h" ", " "--help"
Display usage information and exit
.TP