Blame SOURCES/0001-Fix-manpages-NAME-section.patch

432fa2
From 1cc25ae8129e399ed76f1ef85be1b7f53f61bc51 Mon Sep 17 00:00:00 2001
432fa2
From: Sebastian Kisela <skisela@redhat.com>
432fa2
Date: Mon, 6 Aug 2018 17:06:35 +0200
432fa2
Subject: [PATCH] Fix manpages NAME section
432fa2
MIME-Version: 1.0
432fa2
Content-Type: text/plain; charset=UTF-8
432fa2
Content-Transfer-Encoding: 8bit
432fa2
432fa2
According to lexgrog manpage:
432fa2
"Some manual pagers require the ‘\-’ to be exactly as shown;
432fa2
mandb is more tolerant, but for compatibility with other systems
432fa2
it is nevertheless a good idea to retain the backslash."
432fa2
432fa2
Fix the wording to make the man page check pass.
432fa2
432fa2
Fixes: #1612764
432fa2
---
432fa2
 docs/lockdev.8 | 2 +-
432fa2
 1 file changed, 1 insertion(+), 1 deletion(-)
432fa2
432fa2
diff --git a/docs/lockdev.8 b/docs/lockdev.8
432fa2
index a7c117f..8739211 100644
432fa2
--- a/docs/lockdev.8
432fa2
+++ b/docs/lockdev.8
432fa2
@@ -4,7 +4,7 @@
432fa2
 .\" Man page written by Jiri Popelka <jpopelka AT redhat DOT com>
432fa2
 .\"
432fa2
 .SH NAME
432fa2
-\fBLockdev\fR is a setgid binary,
432fa2
+\fBLockdev\fR \- a setgid binary,
432fa2
 which provides a reliable way to put an exclusive lock
432fa2
 in /var/lock to devices (e.g. ttyS0) using both FSSTND and SVr4 methods,
432fa2
 so regular users don't need write access there.
432fa2
-- 
432fa2
2.14.4
432fa2