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

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