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

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