util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix syntax error in fsck(8) manpage
@ 2017-08-09 20:17 Andreas Henriksson
  2017-08-09 20:21 ` Andreas Henriksson
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Henriksson @ 2017-08-09 20:17 UTC (permalink / raw)
  To: util-linux; +Cc: Andreas Henriksson

$ 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@fatal.se>
---
 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@mit.edu>
 Karel Zak <kzak@redhat.com>
-.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


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

end of thread, other threads:[~2017-08-09 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-09 20:17 [PATCH] Fix syntax error in fsck(8) manpage Andreas Henriksson
2017-08-09 20:21 ` Andreas Henriksson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).