boom-boot/0001-man-Fix-line-starting-with.patch
2023-10-24 19:19:35 +08:00

33 lines
1.3 KiB
Diff

From b6f4a6d4b0ae78ea3324d98c14979b64e8eecbb3 Mon Sep 17 00:00:00 2001
From: "Bryn M. Reeves" <bmr@redhat.com>
Date: Wed, 3 May 2023 14:46:15 +0100
Subject: [PATCH] man: Fix line starting with '
Lines starting with ' result in macro not defined warnings:
1117: warning: macro `boom' not defined
1118: warning: macro `+'' not defined
Origin: https://github.com/snapshotmanager/boom/commit/b6f4a6d4b0ae78ea3324d98c14979b64e8eecbb3
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
---
man/man8/boom.8 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/man8/boom.8 b/man/man8/boom.8
index a6c0236..c085e93 100644
--- a/man/man8/boom.8
+++ b/man/man8/boom.8
@@ -1178,8 +1178,8 @@ describing the properties of the configured host profiles.
The list of fields to display is given with \fB--options\fP as a comma
separated list of field names. To obtain a list of available fields run
-'\fBboom host list -o help\fP'. If the list of fields begins with the
-'\fB+\fP' character the specified fields are appended to the default
+\&'\fBboom host list -o help\fP'. If the list of fields begins with the
+\&'\fB+\fP' character the specified fields are appended to the default
field list. Otherwise the given list of fields replaces the default set
of report fields.