]> 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>
Fri, 5 Apr 2013 16:02:33 +0000 (10:02 -0600)
commit00d69b4af1215695ebfc8f1dbfa77804c2b293fd
treeb8b48d4f48facda022e40926b5b22c1a89a6f386
parentce65b435899066243c303dd1cefd671de46ae592
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.
tools/virsh.pod