dcavalca / rpms / mdadm

Forked from rpms/mdadm 3 years ago
Clone

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

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