util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andreas Henriksson <andreas@fatal.se>
To: util-linux@vger.kernel.org
Cc: Andreas Henriksson <andreas@fatal.se>
Subject: [PATCH] Fix syntax error in fsck(8) manpage
Date: Wed,  9 Aug 2017 22:17:34 +0200	[thread overview]
Message-ID: <1502309854-10756-1-git-send-email-andreas@fatal.se> (raw)

$ 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


             reply	other threads:[~2017-08-09 20:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-09 20:17 Andreas Henriksson [this message]
2017-08-09 20:21 ` [PATCH] Fix syntax error in fsck(8) manpage Andreas Henriksson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1502309854-10756-1-git-send-email-andreas@fatal.se \
    --to=andreas@fatal.se \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).