From: Zhilong Liu Date: Tue, 9 May 2017 06:25:17 +0000 (+0800) Subject: mdadm/md.4: set page-length as 1000 to avoid warnings from grotty X-Git-Tag: mdadm-4.1-rc1~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17645275ca30a8ca8024f03672aae45d455bbc4b;p=thirdparty%2Fmdadm.git 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: ():5967: character above first line discarded ... ... Signed-off-by: Zhilong Liu Signed-off-by: Jes Sorensen --- diff --git a/md.4 b/md.4 index 5bdf7a7b..3a1d6777 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