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

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