Blame SOURCES/0001-dmidecode-Reformat-the-FILES-section-of-the-manual-p.patch

65c10b
From 91d6ce2d1d2fa6fcedf8e5685bafdb0515317605 Mon Sep 17 00:00:00 2001
65c10b
From: Jean Delvare <jdelvare@suse.de>
65c10b
Date: Tue, 29 Jan 2019 14:11:38 +0100
65c10b
Subject: [PATCH 01/11] dmidecode: Reformat the FILES section of the manual
65c10b
 page
65c10b
65c10b
List one file per line and use regular font for comments. This makes
65c10b
the FILES section a lot more readable.
65c10b
65c10b
Signed-off-by: Jean Delvare <jdelvare@suse.de>
65c10b
---
65c10b
 man/dmidecode.8 | 10 +++++++---
65c10b
 1 file changed, 7 insertions(+), 3 deletions(-)
65c10b
65c10b
diff --git a/man/dmidecode.8 b/man/dmidecode.8
65c10b
index df861e18bb43..33f7d33bd5ef 100644
65c10b
--- a/man/dmidecode.8
65c10b
+++ b/man/dmidecode.8
65c10b
@@ -1,4 +1,4 @@
65c10b
-.TH DMIDECODE 8 "March 2012" "dmidecode"
65c10b
+.TH DMIDECODE 8 "January 2019" "dmidecode"
65c10b
 .SH NAME
65c10b
 dmidecode \- \s-1DMI\s0 table decoder
65c10b
 .SH SYNOPSIS
65c10b
@@ -258,8 +258,12 @@ The DMI table is located at offset 0x20.
65c10b
 
65c10b
 .SH FILES
65c10b
 .I /dev/mem
65c10b
-.I /sys/firmware/dmi/tables/smbios_entry_point (Linux only)
65c10b
-.I /sys/firmware/dmi/tables/DMI (Linux only)
65c10b
+.br
65c10b
+.I /sys/firmware/dmi/tables/smbios_entry_point
65c10b
+(Linux only)
65c10b
+.br
65c10b
+.I /sys/firmware/dmi/tables/DMI
65c10b
+(Linux only)
65c10b
 .SH BUGS
65c10b
 More often than not, information contained in the \s-1DMI\s0 tables is inaccurate,
65c10b
 incomplete or simply wrong.
65c10b
-- 
65c10b
2.17.1
65c10b