Re: [Xen-devel] [PATCH] fix man/xl.cfg.pod.5

2015-03-19 Thread Ian Campbell
On Thu, 2015-03-19 at 13:02 +, Wei Liu wrote: > On Thu, Mar 19, 2015 at 02:52:57PM +0200, Riku Voipio wrote: > > Since b642ed677501767649ba24948796ea4045fd256d making docs > > fail with: > > > > man/xl.cfg.pod.5 around line 273: Unterminated B<...> sequence > > POD document had syntax errors a

[Xen-devel] [PATCH] fix man/xl.cfg.pod.5

2015-03-19 Thread Riku Voipio
Since b642ed677501767649ba24948796ea4045fd256d making docs fail with: man/xl.cfg.pod.5 around line 273: Unterminated B<...> sequence POD document had syntax errors at /usr/bin/pod2text line 84. Signed-off-by: Riku Voipio --- docs/man/xl.cfg.pod.5 | 2 +- 1 file changed, 1 insertion(+), 1 deleti

Re: [Xen-devel] [PATCH] fix man/xl.cfg.pod.5

2015-03-19 Thread Wei Liu
On Thu, Mar 19, 2015 at 02:52:57PM +0200, Riku Voipio wrote: > Since b642ed677501767649ba24948796ea4045fd256d making docs > fail with: > > man/xl.cfg.pod.5 around line 273: Unterminated B<...> sequence > POD document had syntax errors at /usr/bin/pod2text line 84. > > Signed-off-by: Riku Voipio