]> 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>
Wed, 15 Jan 2014 18:01:46 +0000 (11:01 -0700)
commitcae675f25daa01892d38d0f0af9c0b03685bc82d
tree52e3359f5666212b58eebf44f0ad086c1b70d4d0
parente69022b14fef1a364adfffe4756aaa5883262751
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