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

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