File pacemaker-mcp-sysconfig-doc-4.patch of Package pacemaker.3577
commit ec85df9b87c049a94e4e19968cd1e2196f7ec19a
Author: Jan Pokorný <jpokorny@redhat.com>
Date: Mon Oct 10 22:45:23 2016 +0200
Maint: sysconfig: minor tweaks (typo, wording)
diff --git a/mcp/pacemaker.sysconfig b/mcp/pacemaker.sysconfig
index e1d0bfa..402e37e 100644
--- a/mcp/pacemaker.sysconfig
+++ b/mcp/pacemaker.sysconfig
@@ -46,7 +46,7 @@
# Log all messages from a comma-separated list of tags.
# PCMK_trace_tags=tag1,tag2
-# Dump the blackbox whenever the message at function and line is printed,
+# Dump the blackbox whenever the message at function and line is emitted,
# e.g. PCMK_trace_blackbox=te_graph_trigger:223,unpack_clone:81
# PCMK_trace_blackbox=fn:line,fn2:line2,...
@@ -55,7 +55,7 @@
# after a crash or assertion failure, and/or when SIGTRAP is received. The
# blackbox recorder can also be enabled for Pacemaker daemons at runtime by
# sending SIGUSR1 (or SIGTRAP), and disabled by sending SIGUSR2. Multiple
-# subsystems may me listed separated by commas, e.g. PCMK_blackbox=crmd,pengine
+# subsystems may be listed separated by commas, e.g. PCMK_blackbox=crmd,pengine
# PCMK_blackbox=yes|no|crmd|pengine|cib|stonith-ng|attrd|pacemakerd
#==#==# Advanced use only