Blame SOURCES/0001-man-Fix-line-starting-with.patch

f44195
From 841e7d3d0dc7ad194e0b82d8cd0930cef1a95301 Mon Sep 17 00:00:00 2001
f44195
From: Marian Csontos <mcsontos@redhat.com>
f44195
Date: Fri, 29 Nov 2019 10:23:44 +0100
f44195
Subject: [PATCH 1/5] man: Fix line starting with '
f44195
f44195
Lines starting with ' result in macro not defined warnings:
f44195
f44195
    1117: warning: macro `boom' not defined
f44195
    1118: warning: macro `+'' not defined
f44195
---
171289
 man/man8/boom.8 | 4 ++--
171289
 1 file changed, 2 insertions(+), 2 deletions(-)
171289
171289
diff --git a/man/man8/boom.8 b/man/man8/boom.8
171289
index 7b862e7..9eee048 100644
171289
--- a/man/man8/boom.8
171289
+++ b/man/man8/boom.8
171289
@@ -1168,8 +1168,8 @@ describing the properties of the configured host profiles.
171289
 
171289
 The list of fields to display is given with \fB--options\fP as a comma
171289
 separated list of field names. To obtain a list of available fields run
171289
-'\fBboom host list -o help\fP'. If the list of fields begins with the
171289
-'\fB+\fP' character the specified fields are appended to the default
171289
+\&'\fBboom host list -o help\fP'. If the list of fields begins with the
171289
+\&'\fB+\fP' character the specified fields are appended to the default
171289
 field list. Otherwise the given list of fields replaces the default set
171289
 of report fields.
171289
 
f44195
-- 
f44195
2.34.3
f44195