From 12d69ae8bb4364869a4d1ed292cf0393d3ff44f6 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Fri, 6 Jan 2017 23:54:34 +0000 Subject: [PATCH] man: fix couple tools/checkmans.sh warnings :407: warning: macro `fi.' not defined (possibly missing space after `fi') From: cat ./disk-utils/fsck.8 | troff -mandoc -ww -z :71: warning: escape character ignored before `1' From: cat ./disk-utils/partx.8 | troff -mandoc -ww -z Signed-off-by: Sami Kerola --- disk-utils/fsck.8 | 2 +- disk-utils/partx.8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/disk-utils/fsck.8 b/disk-utils/fsck.8 index 8ae636a77f..3148e42843 100644 --- a/disk-utils/fsck.8 +++ b/disk-utils/fsck.8 @@ -404,7 +404,7 @@ or .nf Theodore Ts'o Karel Zak -.fi. +.fi .SH AVAILABILITY The fsck command is part of the util-linux package and is available from .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/ diff --git a/disk-utils/partx.8 b/disk-utils/partx.8 index 4c32a4f11b..7ff9b27f3b 100644 --- a/disk-utils/partx.8 +++ b/disk-utils/partx.8 @@ -68,7 +68,7 @@ Do not use it in newly written scripts. Specify the range of partitions. For backward compatibility also the format \fIM\fB\-\fIN\fR is supported. The range may contain negative numbers, for example -.B \-\-nr -\1:\-1 +.B \-\-nr \-1:\-1 means the last partition, and .B \-\-nr \-2:\-1 means the last two partitions. Supported range specifications are: -- 2.47.3