forked from pool/mdadm
42 lines
1.2 KiB
Diff
42 lines
1.2 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: [PATCH] mdadm/md.4: set page-length as 1000 to avoid warnings from
|
||
|
grotty
|
||
|
Git-commit: 17645275ca30a8ca8024f03672aae45d455bbc4b
|
||
|
Patch-mainline: mdadm-4.0+
|
||
|
References: bsc#1069165, bsc#1069167, bsc#1068030
|
||
|
|
||
|
"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>
|
||
|
Signed-off-by: Coly Li <colyli@suse.de>
|
||
|
|
||
|
---
|
||
|
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.13.6
|
||
|
|