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

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