Blame SOURCES/mdadm-md.4-set-page-length-as-1000-to-avoid-warnings.patch

b7f731
From 17645275ca30a8ca8024f03672aae45d455bbc4b Mon Sep 17 00:00:00 2001
b7f731
From: Zhilong Liu <zlliu@suse.com>
b7f731
Date: Tue, 9 May 2017 14:25:17 +0800
b7f731
Subject: [RHEL7.5 PATCH 119/169] mdadm/md.4: set page-length as 1000 to
b7f731
 avoid warnings from grotty
b7f731
b7f731
"nroff" ("man") or ("tbl") needs a long page to avoid warnings
b7f731
from "grotty", set 'pl' as 1000 to fix the following issue.
b7f731
b7f731
This command invokes by Makefile rule.
b7f731
linux-tjrh:~/mdadm # man -l md.4 > test
b7f731
grotty:<standard input> (<standard input>):5967:
b7f731
character above first line discarded
b7f731
... ...
b7f731
b7f731
Signed-off-by: Zhilong Liu <zlliu@suse.com>
b7f731
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
b7f731
---
b7f731
 md.4 | 1 +
b7f731
 1 file changed, 1 insertion(+)
b7f731
b7f731
diff --git a/md.4 b/md.4
b7f731
index 5bdf7a7..3a1d677 100644
b7f731
--- a/md.4
b7f731
+++ b/md.4
b7f731
@@ -4,6 +4,7 @@
b7f731
 .\"   the Free Software Foundation; either version 2 of the License, or
b7f731
 .\"   (at your option) any later version.
b7f731
 .\" See file COPYING in distribution for details.
b7f731
+.if n .pl 1000v
b7f731
 .TH MD 4
b7f731
 .SH NAME
b7f731
 md \- Multiple Device driver aka Linux Software RAID
b7f731
-- 
b7f731
2.7.4
b7f731