[PATCH] Fix syntax error in fsck(8) manpage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



$ LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=80     \
        man --warnings -E UTF-8 -l -Tutf8 -Z disk-utils/fsck.8 >/dev/null
<standard input>:407: warning: macro `fi.' not defined (possibly missing space after `fi')

As spotted by 'lintian':
https://lintian.debian.org/tags/manpage-has-errors-from-man.html

Signed-off-by: Andreas Henriksson <andreas@xxxxxxxx>
---
 disk-utils/fsck.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/disk-utils/fsck.8 b/disk-utils/fsck.8
index dc3f5a773..01e39e288 100644
--- a/disk-utils/fsck.8
+++ b/disk-utils/fsck.8
@@ -404,7 +404,7 @@ or
 .nf
 Theodore Ts'o <tytso@xxxxxxx>
 Karel Zak <kzak@xxxxxxxxxx>
-.fi.
+.fi
 .SH AVAILABILITY
 The fsck command is part of the util-linux package and is available from
 .UR ftp://\:ftp.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
-- 
2.14.0

--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux