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>
This commit is contained in:
Zhilong Liu 2017-05-09 14:25:17 +08:00 committed by Jes Sorensen
parent f27904a53b
commit 17645275ca
1 changed files with 1 additions and 0 deletions

1
md.4
View File

@ -4,6 +4,7 @@
.\" the Free Software Foundation; either version 2 of the License, or .\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version. .\" (at your option) any later version.
.\" See file COPYING in distribution for details. .\" See file COPYING in distribution for details.
.if n .pl 1000v
.TH MD 4 .TH MD 4
.SH NAME .SH NAME
md \- Multiple Device driver aka Linux Software RAID md \- Multiple Device driver aka Linux Software RAID