From 2da26d325a675a7e18723aae5e9f57eac2ffe436 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 5 Apr 2013 10:00:20 -0600 Subject: [PATCH] build: use proper pod for nested bulleted VIRSH_DEBUG list Newer pod (hello rawhide) complains if you attempt to mix bullets and non-bullets in the same list: virsh.pod around line 3177: Expected text after =item, not a bullet As our intent was to nest an inner list, we make that explicit to keep pod happy. * tools/virsh.pod (ENVIRONMENT): Use correct pod syntax. (cherry picked from commit 00d69b4af1215695ebfc8f1dbfa77804c2b293fd) --- tools/virsh.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/virsh.pod b/tools/virsh.pod index b3965273da..bf215808be 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -2705,6 +2705,8 @@ of C Turn on verbose debugging of virsh commands. Valid levels are +=over 4 + =item * VIRSH_DEBUG=0 DEBUG - Messages at ALL levels get logged @@ -2725,6 +2727,8 @@ WARNING - Logs messages at levels WARNING and ERROR ERROR - Messages at only ERROR level gets logged. +=back + =item VIRSH_LOG_FILE=C The file to log virsh debug messages. -- GitLab