summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2004-03-13 10:02:58 +0000
committerJean Delvare <jdelvare@suse.de>2004-03-13 10:02:58 +0000
commit50e3b1d9e7746905ef859a671cbf2a3617931846 (patch)
treea290b2f3e638829c25e99a8d645ba9131fc7dab6 /man
parentf7e3a5a6c47a1abfb185e9e0af00952beb3180aa (diff)
downloaddmidecode-git-50e3b1d9e7746905ef859a671cbf2a3617931846.tar.gz
Use \(bu instead of \[bu] for bullets, since it seems to be more widely
supported. Compute enumerated lists' width ourselves, so that it looks better.
Diffstat (limited to 'man')
-rw-r--r--man/biosdecode.820
-rw-r--r--man/dmidecode.88
-rw-r--r--man/vpddecode.814
3 files changed, 21 insertions, 21 deletions
diff --git a/man/biosdecode.8 b/man/biosdecode.8
index b6b32fd..f772392 100644
--- a/man/biosdecode.8
+++ b/man/biosdecode.8
@@ -7,37 +7,37 @@ biosdecode \- \s-1BIOS\s0 information decoder
.B biosdecode
parses the \s-1BIOS\s0 memory and prints information about all structures (or
entry points) it knows of. Currently known entry point types are:
-.IP \[bu]
+.IP \(bu "\w'\(bu'u+1n"
\s-1SMBIOS\s0 (System Management \s-1BIOS\s0)
.br
Use
.B dmidecode
for a more detailed output.
-.IP \[bu]
+.IP \(bu
\s-1DMI\s0 (Desktop Management Interface, a legacy version of \s-1SMBIOS\s0)
.br
Use
.B dmidecode
for a more detailed output.
-.IP \[bu]
+.IP \(bu
\s-1SYSID\s0
-.IP \[bu]
+.IP \(bu
\s-1PNP\s0 (Plug and Play)
-.IP \[bu]
+.IP \(bu
\s-1ACPI\s0 (Advanced Configuration and Power Interface)
-.IP \[bu]
+.IP \(bu
\s-1BIOS32\s0 (\s-1BIOS32\s0 Service Directory)
-.IP \[bu]
+.IP \(bu
\s-1PIR\s0 (\s-1PCI\s0 \s-1IRQ\s0 Routing)
-.IP \[bu]
+.IP \(bu
\s-132OS\s0 (\s-1BIOS32\s0 Extension, Compaq-specific)
.br
See
.B ownership
for a Compaq ownership tag retrieval tool.
-.IP \[bu]
+.IP \(bu
\s-1SNY\s0 (Sony-specific, not decoded)
-.IP \[bu]
+.IP \(bu
\s-1VPD\s0 (Vital Product Data, IBM-specific)
.br
Use
diff --git a/man/dmidecode.8 b/man/dmidecode.8
index ad337c2..8120c0e 100644
--- a/man/dmidecode.8
+++ b/man/dmidecode.8
@@ -35,21 +35,21 @@ Handle 0x0002
Serial Number: INCY92700942
Each record has:
-.IP \[bu]
+.IP \(bu "\w'\(bu'u+1n"
A handle. This is a unique identifier, which allows records to
reference each other. For example, processor records usually reference
cache memory records using their handles.
-.IP \[bu]
+.IP \(bu
A type. The \s-1SMBIOS\s0 specification defines different types of elements
a computer can be made of. In this example, the type is 2, which
means that the record contains "Base Board Information".
-.IP \[bu]
+.IP \(bu
A size. Each record has a 4-byte header (2 for the handle, 1 for the type,
1 for the size), the rest is used by the record data. This value doesn't
take text strings into account (these are placed at the end of the record),
so the actual length of the record may be (and is often) greater than the
displayed value.
-.IP \[bu]
+.IP \(bu
Decoded values. The information presented of course depends on the type
of record. Here, we learn about the board's manufacturer, model, version
and serial number.
diff --git a/man/vpddecode.8 b/man/vpddecode.8
index 447b1cb..8335c1e 100644
--- a/man/vpddecode.8
+++ b/man/vpddecode.8
@@ -7,22 +7,22 @@ vpddecode \- \s-1VPD\s0 structure decoder
.B vpddecode
prints the "vital product data" information that can be found in almost
all IBM computers, and only IBM computers. Available items are:
-.IP \[bu]
+.IP \(bu "\w'\(bu'u+1n"
\s-1BIOS\s0 Build \s-1ID\s0
-.IP \[bu]
+.IP \(bu
Product Name
-.IP \[bu]
+.IP \(bu
Box Serial Number
-.IP \[bu]
+.IP \(bu
Motherboard Serial Number
-.IP \[bu]
+.IP \(bu
Machine Type/Model
.PP
Some systems have these additional items:
-.IP \[bu]
+.IP \(bu "\w'\(bu'u+1n"
BIOS Release Date
-.IP \[bu]
+.IP \(bu
Default Flash Image File Name
.PP