|
|
33fd6c |
From ae28cbb12fc80f62230ad06cb44ad0aaaa9e2048 Mon Sep 17 00:00:00 2001
|
|
|
33fd6c |
From: Jean Delvare <jdelvare@suse.de>
|
|
|
33fd6c |
Date: Tue, 29 Jan 2019 14:11:46 +0100
|
|
|
33fd6c |
Subject: [PATCH 03/11] Use comments to separate sections in manual pages
|
|
|
33fd6c |
|
|
|
33fd6c |
Blank lines are interpreted as actual blank lines in manual pages.
|
|
|
33fd6c |
Use comments instead to visually separate sections. Otherwise an
|
|
|
33fd6c |
extra blank like is inserted before every section.
|
|
|
33fd6c |
|
|
|
33fd6c |
Signed-off-by: Jean Delvare <jdelvare@suse.de>
|
|
|
33fd6c |
---
|
|
|
33fd6c |
man/biosdecode.8 | 11 ++++++++---
|
|
|
33fd6c |
man/dmidecode.8 | 18 +++++++++++-------
|
|
|
33fd6c |
man/ownership.8 | 10 +++++++---
|
|
|
33fd6c |
man/vpddecode.8 | 12 +++++++-----
|
|
|
33fd6c |
4 files changed, 33 insertions(+), 18 deletions(-)
|
|
|
33fd6c |
|
|
|
33fd6c |
diff --git a/man/biosdecode.8 b/man/biosdecode.8
|
|
|
33fd6c |
index a96eb681c136..cf7d4db01249 100644
|
|
|
33fd6c |
--- a/man/biosdecode.8
|
|
|
33fd6c |
+++ b/man/biosdecode.8
|
|
|
33fd6c |
@@ -1,10 +1,12 @@
|
|
|
33fd6c |
.TH BIOSDECODE 8 "February 2007" "dmidecode"
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH NAME
|
|
|
33fd6c |
biosdecode \- \s-1BIOS\s0 information decoder
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH SYNOPSIS
|
|
|
33fd6c |
.B biosdecode
|
|
|
33fd6c |
.RB [ OPTIONS ]
|
|
|
33fd6c |
-
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH DESCRIPTION
|
|
|
33fd6c |
.B biosdecode
|
|
|
33fd6c |
parses the \s-1BIOS\s0 memory and prints information about all structures (or
|
|
|
33fd6c |
@@ -54,7 +56,7 @@ started its life as a part of
|
|
|
33fd6c |
.B dmidecode
|
|
|
33fd6c |
but as more entry point types were added, it was moved to a different
|
|
|
33fd6c |
program.
|
|
|
33fd6c |
-
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH OPTIONS
|
|
|
33fd6c |
.TP
|
|
|
33fd6c |
.BR "-d" ", " "--dev-mem FILE"
|
|
|
33fd6c |
@@ -68,17 +70,20 @@ Display usage information and exit
|
|
|
33fd6c |
.TP
|
|
|
33fd6c |
.BR "-V" ", " "--version"
|
|
|
33fd6c |
Display the version and exit
|
|
|
33fd6c |
-
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH FILES
|
|
|
33fd6c |
.I /dev/mem
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH BUGS
|
|
|
33fd6c |
Most of the time,
|
|
|
33fd6c |
.B biosdecode
|
|
|
33fd6c |
prints too much information (you don't really care about addresses)
|
|
|
33fd6c |
or not enough (because it doesn't follow pointers and has no lookup
|
|
|
33fd6c |
tables).
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH AUTHORS
|
|
|
33fd6c |
Alan Cox, Jean Delvare
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH "SEE ALSO"
|
|
|
33fd6c |
.BR dmidecode (8),
|
|
|
33fd6c |
.BR mem (4),
|
|
|
33fd6c |
diff --git a/man/dmidecode.8 b/man/dmidecode.8
|
|
|
33fd6c |
index 52100a82435e..1f6529d99e91 100644
|
|
|
33fd6c |
--- a/man/dmidecode.8
|
|
|
33fd6c |
+++ b/man/dmidecode.8
|
|
|
33fd6c |
@@ -1,10 +1,12 @@
|
|
|
33fd6c |
.TH DMIDECODE 8 "January 2019" "dmidecode"
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH NAME
|
|
|
33fd6c |
dmidecode \- \s-1DMI\s0 table decoder
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH SYNOPSIS
|
|
|
33fd6c |
.B dmidecode
|
|
|
33fd6c |
.RB [ OPTIONS ]
|
|
|
33fd6c |
-
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH DESCRIPTION
|
|
|
33fd6c |
.B dmidecode
|
|
|
33fd6c |
is a tool for dumping a computer's \s-1DMI\s0 (some say \s-1SMBIOS\s0) table
|
|
|
33fd6c |
@@ -58,7 +60,7 @@ displayed value.
|
|
|
33fd6c |
Decoded values. The information presented of course depends on the type
|
|
|
33fd6c |
of record. Here, we learn about the board's manufacturer, model, version
|
|
|
33fd6c |
and serial number.
|
|
|
33fd6c |
-
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH OPTIONS
|
|
|
33fd6c |
.TP
|
|
|
33fd6c |
.BR "-d" ", " "--dev-mem FILE"
|
|
|
33fd6c |
@@ -158,10 +160,9 @@ is run on a system with BIOS that boasts new SMBIOS specification, which
|
|
|
33fd6c |
is not supported by the tool yet, it will print out relevant message in
|
|
|
33fd6c |
addition to requested data on the very top of the output. Thus informs the
|
|
|
33fd6c |
output data is not reliable.
|
|
|
33fd6c |
-
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH "DMI TYPES"
|
|
|
33fd6c |
The \s-1SMBIOS\s0 specification defines the following \s-1DMI\s0 types:
|
|
|
33fd6c |
-
|
|
|
33fd6c |
.TS
|
|
|
33fd6c |
r l
|
|
|
33fd6c |
__
|
|
|
33fd6c |
@@ -246,7 +247,7 @@ dmidecode --type 0,13
|
|
|
33fd6c |
dmidecode --type bios
|
|
|
33fd6c |
.IP \(bu
|
|
|
33fd6c |
dmidecode --type BIOS
|
|
|
33fd6c |
-
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH BINARY DUMP FILE FORMAT
|
|
|
33fd6c |
The binary dump files generated by --dump-bin and read using --from-dump
|
|
|
33fd6c |
are formatted as follows:
|
|
|
33fd6c |
@@ -255,7 +256,7 @@ The SMBIOS or DMI entry point is located at offset 0x00.
|
|
|
33fd6c |
It is crafted to hard-code the table address at offset 0x20.
|
|
|
33fd6c |
.IP \(bu "\w'\(bu'u+1n"
|
|
|
33fd6c |
The DMI table is located at offset 0x20.
|
|
|
33fd6c |
-
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH UUID FORMAT
|
|
|
33fd6c |
There is some ambiguity about how to interpret the UUID fields prior to SMBIOS
|
|
|
33fd6c |
specification version 2.6. There was no mention of byte swapping, and RFC 4122
|
|
|
33fd6c |
@@ -269,7 +270,7 @@ compatibility, it was decided to interpret the UUID fields according to RFC
|
|
|
33fd6c |
4122 (no byte swapping) when the SMBIOS version is older than 2.6, and to
|
|
|
33fd6c |
interpret the first 3 fields as little-endian (byte-swapped) when the SMBIOS
|
|
|
33fd6c |
version is 2.6 or later. The Linux kernel follows the same logic.
|
|
|
33fd6c |
-
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH FILES
|
|
|
33fd6c |
.I /dev/mem
|
|
|
33fd6c |
.br
|
|
|
33fd6c |
@@ -278,11 +279,14 @@ version is 2.6 or later. The Linux kernel follows the same logic.
|
|
|
33fd6c |
.br
|
|
|
33fd6c |
.I /sys/firmware/dmi/tables/DMI
|
|
|
33fd6c |
(Linux only)
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH BUGS
|
|
|
33fd6c |
More often than not, information contained in the \s-1DMI\s0 tables is inaccurate,
|
|
|
33fd6c |
incomplete or simply wrong.
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH AUTHORS
|
|
|
33fd6c |
Alan Cox, Jean Delvare
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH "SEE ALSO"
|
|
|
33fd6c |
.BR biosdecode (8),
|
|
|
33fd6c |
.BR mem (4),
|
|
|
33fd6c |
diff --git a/man/ownership.8 b/man/ownership.8
|
|
|
33fd6c |
index f24ef9437e21..71ed78844081 100644
|
|
|
33fd6c |
--- a/man/ownership.8
|
|
|
33fd6c |
+++ b/man/ownership.8
|
|
|
33fd6c |
@@ -1,10 +1,12 @@
|
|
|
33fd6c |
.TH OWNERSHIP 8 "February 2005" "dmidecode"
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH NAME
|
|
|
33fd6c |
ownership \- Compaq ownership tag retriever
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH SYNOPSIS
|
|
|
33fd6c |
.B ownership
|
|
|
33fd6c |
.RB [ OPTIONS ]
|
|
|
33fd6c |
-
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH DESCRIPTION
|
|
|
33fd6c |
.B ownership
|
|
|
33fd6c |
retrieves and prints the "ownership tag" that can be set on Compaq
|
|
|
33fd6c |
@@ -14,7 +16,7 @@ package,
|
|
|
33fd6c |
.B ownership
|
|
|
33fd6c |
doesn't print any version information, nor labels, but only the raw
|
|
|
33fd6c |
ownership tag. This should help its integration in scripts.
|
|
|
33fd6c |
-
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH OPTIONS
|
|
|
33fd6c |
.TP
|
|
|
33fd6c |
.BR "-d" ", " "--dev-mem FILE"
|
|
|
33fd6c |
@@ -25,11 +27,13 @@ Display usage information and exit
|
|
|
33fd6c |
.TP
|
|
|
33fd6c |
.BR "-V" ", " "--version"
|
|
|
33fd6c |
Display the version and exit
|
|
|
33fd6c |
-
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH FILES
|
|
|
33fd6c |
.I /dev/mem
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH AUTHOR
|
|
|
33fd6c |
Jean Delvare
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH "SEE ALSO"
|
|
|
33fd6c |
.BR biosdecode (8),
|
|
|
33fd6c |
.BR dmidecode (8),
|
|
|
33fd6c |
diff --git a/man/vpddecode.8 b/man/vpddecode.8
|
|
|
33fd6c |
index c9e4acfd2fb9..1cc2b76ce552 100644
|
|
|
33fd6c |
--- a/man/vpddecode.8
|
|
|
33fd6c |
+++ b/man/vpddecode.8
|
|
|
33fd6c |
@@ -1,10 +1,12 @@
|
|
|
33fd6c |
.TH VPDDECODE 8 "February 2007" "dmidecode"
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH NAME
|
|
|
33fd6c |
vpddecode \- \s-1VPD\s0 structure decoder
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH SYNOPSIS
|
|
|
33fd6c |
.B vpddecode
|
|
|
33fd6c |
.RB [ OPTIONS ]
|
|
|
33fd6c |
-
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH DESCRIPTION
|
|
|
33fd6c |
.B vpddecode
|
|
|
33fd6c |
prints the "vital product data" information that can be found in almost
|
|
|
33fd6c |
@@ -17,19 +19,17 @@ Box Serial Number
|
|
|
33fd6c |
Motherboard Serial Number
|
|
|
33fd6c |
.IP \(bu
|
|
|
33fd6c |
Machine Type/Model
|
|
|
33fd6c |
-
|
|
|
33fd6c |
.PP
|
|
|
33fd6c |
Some systems have these additional items:
|
|
|
33fd6c |
.IP \(bu "\w'\(bu'u+1n"
|
|
|
33fd6c |
BIOS Release Date
|
|
|
33fd6c |
.IP \(bu
|
|
|
33fd6c |
Default Flash Image File Name
|
|
|
33fd6c |
-
|
|
|
33fd6c |
.PP
|
|
|
33fd6c |
Note that these additional items are not documented by IBM, so this is
|
|
|
33fd6c |
guess work, and as such should not be blindly trusted. Feedback about
|
|
|
33fd6c |
the accuracy of these labels is welcome.
|
|
|
33fd6c |
-
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH OPTIONS
|
|
|
33fd6c |
.TP
|
|
|
33fd6c |
.BR "-d" ", " "--dev-mem FILE"
|
|
|
33fd6c |
@@ -62,11 +62,13 @@ Display usage information and exit
|
|
|
33fd6c |
.TP
|
|
|
33fd6c |
.BR "-V" ", " "--version"
|
|
|
33fd6c |
Display the version and exit
|
|
|
33fd6c |
-
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH FILES
|
|
|
33fd6c |
.I /dev/mem
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH AUTHOR
|
|
|
33fd6c |
Jean Delvare
|
|
|
33fd6c |
+.\"
|
|
|
33fd6c |
.SH "SEE ALSO"
|
|
|
33fd6c |
.BR biosdecode (8),
|
|
|
33fd6c |
.BR dmidecode (8),
|
|
|
33fd6c |
--
|
|
|
33fd6c |
2.17.1
|
|
|
33fd6c |
|