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

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