]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: use proper pod for nested bulleted VIRSH_DEBUG list
authorEric Blake <eblake@redhat.com>
Fri, 5 Apr 2013 16:00:20 +0000 (10:00 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 20 Mar 2014 14:51:50 +0000 (08:51 -0600)
commit2da26d325a675a7e18723aae5e9f57eac2ffe436
treec00001812aae56db1f236b79b605193f9e16ca77
parent0595648d96ef25b9e554370edc5d5f85476b0a06
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