Linux RAID subsystem development
 help / color / mirror / Atom feed
* [PATCH] mdadm/md.4: set page-length as 1000 to avoid warnings from grotty
@ 2017-05-09  6:25 Zhilong Liu
  2017-05-09 14:53 ` Jes Sorensen
  0 siblings, 1 reply; 2+ messages in thread
From: Zhilong Liu @ 2017-05-09  6:25 UTC (permalink / raw)
  To: Jes.Sorensen; +Cc: linux-raid, Zhilong Liu

"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>
---
 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.10.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-09 14:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-09  6:25 [PATCH] mdadm/md.4: set page-length as 1000 to avoid warnings from grotty Zhilong Liu
2017-05-09 14:53 ` Jes Sorensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox