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