All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for 4.5] docs/man: xl.pod.1: Fix build issue after commit 7471879
@ 2014-10-18 20:22 Julien Grall
  2014-10-19 12:40 ` Wei Liu
  0 siblings, 1 reply; 3+ messages in thread
From: Julien Grall @ 2014-10-18 20:22 UTC (permalink / raw)
  To: xen-devel; +Cc: keir, ian.campbell, tim, Julien Grall, ian.jackson, jbeulich

The commit 7471879 "tools: CMDs and APIs for Cache Monitoring Technology"
has introduced a new section but forgot to add '=back'. This will result
a build issue with newer podman:

man/xl.pod.1 around line 1443: You forgot a '=back' before '=head1'

or creating a section "POD ERRORS" with older one.

At the same time, capitalize the title of the section to match the coding
style used within the files.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
---
    This is a bug fix for Xen 4.5. Some version of podman throws an error
when the pod files is malformed and therefore make the build aborts.

    This is prevent to build Xen within Linaro CI Loop.
---
 docs/man/xl.pod.1 |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index 925cd7d..adc9f56 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -1440,7 +1440,9 @@ Load FLASK policy from the given policy file. The initial policy is provided to
 the hypervisor as a multiboot module; this command allows runtime updates to the
 policy. Loading new security policy will reset runtime changes to device labels.
 
-=head1 Cache Monitoring Technology
+=back
+
+=head1 CACHE MONITORING TECHNOLOGY
 
 Intel Haswell and later server platforms offer monitoring capability in each
 logical processor to measure specific platform shared resource metric, for
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-20 13:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-18 20:22 [PATCH for 4.5] docs/man: xl.pod.1: Fix build issue after commit 7471879 Julien Grall
2014-10-19 12:40 ` Wei Liu
2014-10-20 13:20   ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.